1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/sogo_ynh.git synced 2024-09-03 20:26:07 +02:00

Restricted User Base lowercase u

This commit is contained in:
Matthew Frost 2016-03-19 01:59:19 +01:00
parent c1e73c7e87
commit 511b2c7e92

View file

@ -27,7 +27,7 @@
UIDFieldName = uid; UIDFieldName = uid;
IDFieldName = uid; // first field of the DN for direct binds IDFieldName = uid; // first field of the DN for direct binds
bindFields = (uid, mail); // array of fields to use for indirect binds bindFields = (uid, mail); // array of fields to use for indirect binds
baseDN = "ou=Users,dc=yunohost,dc=org"; baseDN = "ou=users,dc=yunohost,dc=org";
canAuthenticate = YES; canAuthenticate = YES;
displayName = "Global Address Book"; displayName = "Global Address Book";
hostname = ldap://localhost:389; hostname = ldap://localhost:389;