Make 'kolab_auth_login' description more clear (#4113)

This commit is contained in:
Aleksander Machniak 2014-12-16 14:15:17 +01:00
parent 0e0f1443a6
commit 9e485d96bf

View file

@ -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