[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: [Helllllp] Pb: No such Object
How about:
ldapsearch -b '' -s base '(objectclass=*)' namingContexts
If that works, your problem is that you haven't added dc=test, dc=com to
your directory yet. Take another look at steps 9, 10 and 11 in the Quick
Start.
> From: "Nicolas W" <nicolas.weinachter@sefas.net>
> Date: Wed, 18 Apr 2001 12:48:40 +0200
> To: "Ldap \(E-mail\)" <openldap-software@OpenLDAP.org>
> Subject: [Helllllp] Pb: No such Object
>
> Hello,
>
> I'm new with LDAP so please excuse this foolish question:
>
> I've installed OpenLdap 1.2.11 on my red hat system, and when I try to test
> it (as described in the quickstart paper), I've got the error message :
> "ldap_search: No such Object".
> I don't understand why!!
>
> Here is my slapd.conf:
> include /etc/openldap/slapd.at.conf
> include /etc/openldap/slapd.oc.conf
>
> database ldbm
> suffix "dc=test, dc=com"
> rootdn "cn=Manager, dc=test, dc=com"
> rootpw secret
> directory /var/lib/ldap
>
> And this is the command I launch :
> ldapsearch -L -b 'dc=test, dc=com' -s base '(objectclass=*)' namingContexts
>
>
> Thanks for your help
>
> Nico
>
>
>
>
> Nicolas Weinachter
> nicolas.weinachter@sefas.net
>
>
>
>