Add bindFields to the sample configuration file

pull/12/head
Jean Raby 2013-05-31 15:54:22 -04:00
parent 82253e91d2
commit 3281cea2a2
1 changed files with 2 additions and 1 deletions

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;