View Single Post
  #7 (permalink)  
Old 01-17-2011, 01:30 AM
aeapra aeapra is offline
Junior Member
 
Posts: 7
Default

Quote:
Originally Posted by UserOfZ View Post
This workaround does not work for us. Because we are using an external LDAP-Auth. So we can not change the primary account name.
We do so too. But you can change the ldap filter in the authentication section to not use the UID but any other attribute.
E.g. if you'd like Zimbra to query for the "mail" attribute and have to domains "mydomain1.com" and "mydomain2.com" then it would look like this:

(|(mail=%u@mydomain1.com)(mail=%u@mydomain2.com))
Reply With Quote