From 3281cea2a213e8d551a60227da0ad1409ec85266 Mon Sep 17 00:00:00 2001 From: Jean Raby Date: Fri, 31 May 2013 15:54:22 -0400 Subject: [PATCH] Add bindFields to the sample configuration file --- Scripts/sogo.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Scripts/sogo.conf b/Scripts/sogo.conf index caff050a6..8ae3f001f 100644 --- a/Scripts/sogo.conf +++ b/Scripts/sogo.conf @@ -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;