mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
added Shaarli configuration example (#519)
* Create shaarli.md * added Shaarli doc * fixed uid
This commit is contained in:
@@ -271,6 +271,7 @@ folder for help with:
|
|||||||
- [Portainer](example_configs/portainer.md)
|
- [Portainer](example_configs/portainer.md)
|
||||||
- [Rancher](example_configs/rancher.md)
|
- [Rancher](example_configs/rancher.md)
|
||||||
- [Seafile](example_configs/seafile.md)
|
- [Seafile](example_configs/seafile.md)
|
||||||
|
- [Shaarli](example_configs/shaarli.md)
|
||||||
- [Syncthing](example_configs/syncthing.md)
|
- [Syncthing](example_configs/syncthing.md)
|
||||||
- [Vaultwarden](example_configs/vaultwarden.md)
|
- [Vaultwarden](example_configs/vaultwarden.md)
|
||||||
- [WeKan](example_configs/wekan.md)
|
- [WeKan](example_configs/wekan.md)
|
||||||
|
|||||||
@@ -0,0 +1,11 @@
|
|||||||
|
# Configuration for shaarli
|
||||||
|
|
||||||
|
LDAP configuration is in ```/data/config.json.php```
|
||||||
|
|
||||||
|
Just add the following lines:
|
||||||
|
```
|
||||||
|
"ldap": {
|
||||||
|
"host": "ldap://lldap_server:3890",
|
||||||
|
"dn": "uid=%s,ou=people,dc=example,dc=com"
|
||||||
|
}
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user