remove not used dn-attribute, as in ldap

This commit is contained in:
Ralf Becker 2013-06-20 17:24:59 +00:00
parent 5b8e3811ed
commit 3087b84d28

View File

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