[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Ldapsearch: no results
- To: openldap-software@OpenLDAP.org
- Subject: Re: Ldapsearch: no results
- From: Arturo Peris <aperis@gap.upv.es>
- Date: Mon, 01 Oct 2001 11:21:05 +0200
- References: <3BB499BE.FE061934@gap.upv.es> <003e01c1484b$f3080260$d8a61b41@nameflow.com>
Yes, I have access and I'm binding as the directory manager.
my slapd.conf file:
-----------------------------------------------------
include /usr/local/etc/openldap/schema/core.schema
include /usr/local/etc/openldap/schema/cosine.schema
include /usr/local/etc/openldap/schema/nis.schema
pidfile /usr/local/var/slapd.pid
argsfile /usr/local/var/slapd.args
database ldbm
suffix "dc=example,dc=com"
rootdn "cn=Manager,dc=example,dc=com"
rootpw secret
directory /usr/local/var/openldap-ldbm
index objectClass eq
access to attr=userpassword
by self write
by dn="cn=Manager,dc=example,dc=com" write
by * write
---------------------------------------------
Darryl C Price wrote:
> Doesn't look like you've allowed anonymous access of any kind to the
> database, are you binding as the directory manager?
>
> --Darryl
>
> ----- Original Message -----
> From: "Arturo Peris" <aperis@gap.upv.es>
> To: <openldap-software@OpenLDAP.org>
> Sent: Friday, September 28, 2001 11:39 AM
> Subject: Ldapsearch: no results
>
> > I'm trying to show results with ldapsearch but I don't get nothing (nor
> > errors).
> > I have openldap 2.0.11-8 on a RH7.1(Seawolf).
> > First I have done a successful ldapadd and with slapcat I show the
> > correct values.
> > But with ldapsearch I get nothing.
> >
> > What's happening ?
> > Thanks.
> >
> >