Michael March wrote:
Shouldn't this be:> I'm following this:
>
> http://www.openldap.org/faq/data/cache/1111.html
>
> I'm getting this error:
>
> ldap_add: Naming violation (64)
> additional info: value of naming attribute 'uid' is not present in entry
>
> Here are the sample ldif entries:
>
>
> dn: uid=luzer,ou=alternate,dc=acme,dc=com
> objectclass: alias
> objectclass: extensibleObject
> uid: alias
> aliasedobjectname: uid=luzer,ou=main,dc=acme,dc=com
dn: uid=alias,ou=alternate,dc=acme,dc=com
uid: alias
[..]
Doh! That worked.
thanks!