"Sailesh D" dsailesh@novell.com writes:
Hi all, I installed openldap on windows and successfully started the server. My slapd.conf file is :
[...]
database bdb suffix "dc=org"
[...]
dn: cn=sailesh,dc=org objectclass:person sn:sailesh Descriptiom: user
It returned the following error :
request 1 done adding entry "cn=sailesh,dc=novell" request 2 done
ldap_add : No such object (32)
What is the mistake in that? Please help me in this regard.
The objectclass person requires the attribute types cn and sn, that is:
dn: cn=sailesh,dc=org objectclass: person sn: sailesh cn: sailesh description: user
-Dieter