From 9e485d96bfdd491df9c9e0544b610bfe24501ab4 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Tue, 16 Dec 2014 14:15:17 +0100 Subject: [PATCH] Make 'kolab_auth_login' description more clear (#4113) --- plugins/kolab_auth/config.inc.php.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/kolab_auth/config.inc.php.dist b/plugins/kolab_auth/config.inc.php.dist index 77cbe4ac..8c01d566 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