View Single Post
  #8 (permalink)  
Old 02-16-2007, 03:33 PM
kirme3 kirme3 is offline
Trained Alumni
 
Posts: 190
Default

I haven't done any testing with it but this may lead you in the right direction:

on a mailstore:

zmprov gacf | grep zimbraGalLdapAttrMap

More specifically, this is probably the mapping you are looking for

zimbraGalLdapAttrMap: displayName,cn=fullName

To change I believe it is
zmprov mcf -zimbraGalLdapAttrMap "displayName,cn=fullName"
zmprov mcf +zimbraGalLdapAttrMap "map1=map2"

I would not suggest trying this on a production system and definitely have a backup.

The Zimbra folks would know better than I though.
Reply With Quote