View Single Post
  #4 (permalink)  
Old 10-13-2005, 09:16 AM
schemers schemers is offline
Zimbra Employee
 
Posts: 228
Default

Yeah, zmprov is just manipulating LDAP attributes.

The "WARN: *" message is just that, a warning message. We do some sanity checking on the server before sending requests to LDAP, and it looks like we accidently added "gn" instead of "givenName" to our list of attributes to check (gn is an allowed alias for givenName on input, but on output the LDAP server always send givenName).

The value should still have been updated. I'll make sure we check for "givenName" in the next release...

thanks, roland
Reply With Quote