Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 236 Bytes

shaarli.md

File metadata and controls

11 lines (9 loc) · 236 Bytes

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"
    }