Add bindFields to the sample configuration file

This commit is contained in:
Jean Raby
2013-05-31 15:54:22 -04:00
parent 82253e91d2
commit 3281cea2a2
+2 -1
View File
@@ -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;