changed mail attribute "mail" to "proxyAddresses" in case of AD

This commit is contained in:
SJ
2013-12-23 11:27:36 +01:00
parent 1cb85a3803
commit 4c1b895677
3 changed files with 23 additions and 8 deletions

View File

@ -504,7 +504,7 @@ function get_ldap_attribute_names($ldap_type = '') {
switch ($ldap_type) {
case 'AD':
$ldap_mail_attr = 'mail';
$ldap_mail_attr = 'proxyAddresses';
$ldap_account_objectclass = 'user';
$ldap_distributionlist_attr = 'member';
$ldap_distributionlist_objectclass = 'group';