mirror of
https://github.com/lldap/lldap.git
synced 2024-11-25 09:06:03 +00:00
12 lines
236 B
Markdown
12 lines
236 B
Markdown
|
# 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"
|
||
|
}
|
||
|
```
|