[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: ldapadd error



"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

-- 
Dieter Klünter | Systemberatung
http://www.dkluenter.de
N 53°37'10.08"
E 10°08'02.82"
GPG Key ID:8EF7B6C6