Remove non-existing old options (#5022)

This commit is contained in:
Aleksander Machniak 2016-02-11 13:06:25 +01:00
parent aab41cfa16
commit 53373eb79b

View file

@ -9,18 +9,6 @@ $config['kolab_delegation_filter'] = '(|(objectClass=kolabInetOrgPerson)(&(objec
// Note: LDAP addressbook defined for kolab_auth plugin is used // Note: LDAP addressbook defined for kolab_auth plugin is used
$config['kolab_delegation_delegate_field'] = 'kolabDelegate'; $config['kolab_delegation_delegate_field'] = 'kolabDelegate';
// User authentication ID field (from fieldmap configuration)
// See kolab_auth plugin config
$config['kolab_delegation_login_field'] = 'email';
// Use this fields (from fieldmap configuration) for identities
// 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
// See kolab_auth plugin config
$config['kolab_delegation_name_field'] = array('name', 'cn');
$config['kolab_delegation_email_field'] = array('email');
// Remove all user identities which do not match the user's primary or alias // Remove all user identities which do not match the user's primary or alias
// addresses and delegator's addresses // addresses and delegator's addresses
$config['kolab_delegation_purge_identities'] = false; $config['kolab_delegation_purge_identities'] = false;