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. |