mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 19:05:25 +00:00
Add bindFields to the sample configuration file
This commit is contained in:
+2
-1
@@ -44,8 +44,9 @@
|
||||
// {
|
||||
// type = ldap;
|
||||
// CNFieldName = cn;
|
||||
// IDFieldName = uid;
|
||||
// UIDFieldName = uid;
|
||||
// IDFieldName = uid; // first field of the DN for direct binds
|
||||
// bindFields = (uid, mail); // array of fields to use for indirect binds
|
||||
// baseDN = "ou=users,dc=acme,dc=com";
|
||||
// bindDN = "uid=sogo,ou=users,dc=acme,dc=com";
|
||||
// bindPassword = qwerty;
|
||||
|
||||
Reference in New Issue
Block a user