plugins/kolab_auth

Aleksander Machniak machniak at kolabsys.com
Tue Dec 16 14:16:07 CET 2014


 plugins/kolab_auth/config.inc.php.dist |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 9e485d96bfdd491df9c9e0544b610bfe24501ab4
Author: Aleksander Machniak <alec at alec.pl>
Date:   Tue Dec 16 14:15:17 2014 +0100

    Make 'kolab_auth_login' description more clear (#4113)

diff --git a/plugins/kolab_auth/config.inc.php.dist b/plugins/kolab_auth/config.inc.php.dist
index 77cbe4a..8c01d56 100644
--- a/plugins/kolab_auth/config.inc.php.dist
+++ b/plugins/kolab_auth/config.inc.php.dist
@@ -18,10 +18,10 @@ $config['kolab_auth_addressbook'] = '';
 // This will overwrite defined filter
 $config['kolab_auth_filter'] = '(&(objectClass=kolabInetOrgPerson)(|(uid=%u)(mail=%fu)(alias=%fu)))';
 
-// Use this fields (from fieldmap configuration) to get authentication ID
+// Use this field (from fieldmap configuration) to get authentication ID. Don't use an array here!
 $config['kolab_auth_login'] = 'email';
 
-// Use this fields (from fieldmap configuration) for default identity.
+// Use these fields (from fieldmap configuration) for default identity.
 // If the value array contains more than one field, first non-empty will be used
 // Note: These aren't LDAP attributes, but field names in config
 // Note: If there's more than one email address, as many identities will be created




More information about the commits mailing list