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

Re: ldap_add: No such object



You are trying to add objects with a suffix of "o=linuxdomain.org", but you've
configured your database to have a suffix of "dc=linuxdomain,dc=es". You'll have
to change either the one or the other or create a second database.
	-JP


On Thu, 23 May 2002, gijs_lemahieu@gmx.net wrote:

...
> suffix		"dc=linuxdomain,dc=es"
...
> dn: o=linuxdomain.org
> o: linuxdomain.org
> objectclass: top
> objectclass: organization
...