Ticket #1484842 (new Feature Requests)
Address book should show multiple values for LDAP attributes
| Reported by: | patrick | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | later |
| Component: | PHP backend | Version: | 0.1-stable |
| Severity: | normal | Keywords: | |
| Cc: |
Description
LDAP can hold multiple values within one attribute. For example if a person has multiple e-mail addresses, one might store them as multiple values of the attribute 'mail' (as I do it in my address book).
Example (in LDIF):
dn: cn=Test Person,ou=addressbook,dc=patrick-nagel,dc=net objectClass: inetOrgPerson objectClass: top givenName: Test sn: Person cn: Test Person mail: test.person@server1.tld mail: test.person@server2.tld
I'd like to see the address book to show all the values for the 'mail' attribute as a comma separated list in those places that now just show the first value of the 'mail' attribute. Alternatively, they could be shown as multiple contacts, but that would a bit quirky and probably harder to implement.
Change History
Note: See
TracTickets for help on using
tickets.
