mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
236 B
236 B
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"
}