diff --git a/conf/config.json.php b/conf/config.json.php index 409d272..6ee8133 100644 --- a/conf/config.json.php +++ b/conf/config.json.php @@ -73,6 +73,10 @@ "api": { "enabled": true, "secret": "__SECRET__" + }, + "ldap": { + "host": "ldap://localhost", + "dn": "uid=%s,ou=users,dc=yunohost,dc=org" } } */ ?>