Description | Hi,
We are using LDAP and some users has multiple gosaMailAlternateAddress attribute.
We're using configuration like this to create address-book of users' alternate email address.
MailFieldNames = ( gosaMailAlternateAddress );
mapping = {
mail = gosaMailAlternateAddress;
};
If a user has only one gosaMailAlternateAddress, there is no problem. However if having more than one gosaMailAlternateAddress, the user will show up in the contact list with wrong email address like this:
("example@xxx.com","example1@xxx.com","example3@xxx.com")
It would be better if it can be split it several email addresses. |
---|