[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: ldapadd error
- To: openldap-software@openldap.org
- Subject: Re: ldapadd error
- From: "Dieter Kluenter" <dieter@dkluenter.de>
- Date: Wed, 18 Oct 2006 19:55:11 +0200
- In-reply-to: <45364D98.5C26.0052.0@novell.com> (Sailesh D.'s message of "Wed, 18 Oct 2006 04:24:45 -0600")
- References: <453620C4020000520000FA76@lucius.provo.novell.com> <45362544020000520000FA7F@lucius.provo.novell.com> <45364DE0020000520000FA9C@lucius.provo.novell.com> <45364E45020000520000FA9F@lucius.provo.novell.com> <45364D98.5C26.0052.0@novell.com>
- User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.5 (chestnut, linux)
"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