diff --git a/conf/config.json.example b/conf/config.json.example index 444d992..ed62172 100644 --- a/conf/config.json.example +++ b/conf/config.json.example @@ -29,6 +29,14 @@ "host": "localhost", "port": "5432", "dialect": "postgres" + }, + "ldap": { + "url": "ldap://127.0.0.1", + "bindDn": "ou=users,dc=yunohost,dc=org", + "bindCredentials": "", + "searchBase": "dc=internal,dc=example,dc=com", + "searchFilter": "(&(objectcategory=person)(objectclass=user)(|(sAMAccountName={{username}})(mail={{username}})))", + "useridField": "uid" } } } \ No newline at end of file