Make 'kolab_auth_login' description more clear (#4113)
This commit is contained in:
parent
0e0f1443a6
commit
9e485d96bf
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue