mirror of
https://gitlab.opencode.de/bmi/opendesk/deployment/opendesk.git
synced 2025-12-07 07:51:38 +01:00
fix(open-xchange): Enable searching by LDAP mailAlternativeAddress when resolving global contacts. Note: OX App Suite evaluates all mailAlternativeAddress values of a user when searching, but only the first address is returned, which might differ from the one that matched the search criteria.
This commit is contained in:
committed by
Thorsten Roßner
parent
d603f7cc96
commit
380ccef179
@@ -39,6 +39,7 @@ appsuite:
|
|||||||
uiSettings:
|
uiSettings:
|
||||||
# Enterprise contact picker
|
# Enterprise contact picker
|
||||||
io.ox/core//features/enterprisePicker/enabled: "true"
|
io.ox/core//features/enterprisePicker/enabled: "true"
|
||||||
|
io.ox/contacts//search/fields: 'email1,email2'
|
||||||
|
|
||||||
yamlFiles:
|
yamlFiles:
|
||||||
contacts-provider-ldap.yml:
|
contacts-provider-ldap.yml:
|
||||||
@@ -286,6 +287,7 @@ appsuite:
|
|||||||
givenname: "givenName"
|
givenname: "givenName"
|
||||||
surname: "sn"
|
surname: "sn"
|
||||||
email1: "mailPrimaryAddress"
|
email1: "mailPrimaryAddress"
|
||||||
|
email2: "mailAlternativeAddress"
|
||||||
department: "oxDepartment,department"
|
department: "oxDepartment,department"
|
||||||
company: "oxCompany,o"
|
company: "oxCompany,o"
|
||||||
branches: "oxBranches"
|
branches: "oxBranches"
|
||||||
@@ -297,8 +299,6 @@ appsuite:
|
|||||||
city_home: "oxCityHome"
|
city_home: "oxCityHome"
|
||||||
commercial_register: "oxCommercialRegister"
|
commercial_register: "oxCommercialRegister"
|
||||||
country_home: "oxCountryHome"
|
country_home: "oxCountryHome"
|
||||||
email2: "oxEmail2"
|
|
||||||
email3: "oxEmail3"
|
|
||||||
employeetype: "employeeType"
|
employeetype: "employeeType"
|
||||||
fax_business: "oxFaxBusiness,facsimileTelehoneNumber"
|
fax_business: "oxFaxBusiness,facsimileTelehoneNumber"
|
||||||
fax_home: "oxFaxHome"
|
fax_home: "oxFaxHome"
|
||||||
|
|||||||
Reference in New Issue
Block a user