﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
1484842,Address book should show multiple values for LDAP attributes,patrick,,"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.
",Feature Requests,closed,5,0.6-beta,Addressbook,0.1-stable,normal,fixed,,Usselmann
