mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:15 +01:00
remove not used dn-attribute, as in ldap
This commit is contained in:
parent
5b8e3811ed
commit
3087b84d28
@ -113,7 +113,6 @@ class addressbook_ads extends addressbook_ldap
|
||||
'account_id' => 'objectsid',
|
||||
'account_lid' => 'samaccountname',
|
||||
'contact_uid' => 'objectguid',
|
||||
'cn' => 'cn',
|
||||
'accountexpires', 'useraccountcontrol', // needed to exclude deactivated or expired accounts
|
||||
);
|
||||
$this->schema2egw['user']['n_fn'] = 'displayname'; // leave CN used in DN untouched
|
||||
|
Loading…
Reference in New Issue
Block a user