зеркало из https://github.com/mozilla/phonebook.git
Actually echo back the mail attribute
git-svn-id: http://svn.mozilla.org/projects/phonebook/trunk@50970 4eb1ac78-321c-0410-a911-ec516a8615a5
This commit is contained in:
Родитель
697a33ac3f
Коммит
7de68cbc60
|
@ -49,7 +49,7 @@ function search_users($ldapconn, $search) {
|
|||
$search = ldap_search(
|
||||
$ldapconn, 'dc=mozilla', $filter,
|
||||
array(
|
||||
"cn", "title", "manager", "employeeType", "email", "emailAlias",
|
||||
"cn", "title", "manager", "employeeType", "mail", "emailAlias",
|
||||
"physicalDeliveryOfficeName", "telephoneNumber", "mobile", "im",
|
||||
"bugzillaEmail", "description", "status", "other"
|
||||
)
|
||||
|
|
Загрузка…
Ссылка в новой задаче