mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:27:03 +02:00
changed mail attribute "mail" to "proxyAddresses" in case of AD
This commit is contained in:
@ -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';
|
||||
|
Reference in New Issue
Block a user