At 02:32 AM 9/29/2005, Naresh Verma wrote: >ldap_add: Naming violation (64) > additional info: naming attribute 'ou' is not present in entry
This information pertains to the alias object being added to the directory, not the aliased object. As with other objects, only values appearing in the object can be used for naming. Hence, you need to add the appropriate value of ou to the entry (and adjust the classes of the object such that the object can hold this value). While these requirements are not specific to slapd(8), they are discussed to some degree in the FAQ. http://www.openldap.org/faq/index.cgi?file=1111 Kurt
