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:
parent
c1e73c7e87
commit
511b2c7e92
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue