[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
cannot access entries
- To: openldap-technical@openldap.org
- Subject: cannot access entries
- From: Friedrich Locke <friedrich.locke@gmail.com>
- Date: Mon, 4 Jul 2011 15:19:45 -0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=QB0ap3CJmP5xvj8VK5v/bihTujftU/toSDuzsAjv6Ng=; b=JoaWBDQxHN0vephyHqT0lIUyVVAFmskCRXfGgJPc4z0rtiPKWTnwU0SBGSyYI5Izd6 0efkF1dpCwYH+gR6kEt+xEeGS67dkVW0E9yx4DMcIk92ckPQlvD75o4GDZjmvtmM8o5R ufPBTCzU8egOnDEOhdK81v/BTUz4b6i32bQEg=
Hi list members,
i am trying to configure accesses to my ldap server, but i am doing
some wrong i am not aware about. The access list is below:
access to dn.one="ou=appsrv,dc=ufv,dc=br" attrs=userpassword
by self read
by anonymous auth
by * none
access to dn.one="ou=appsrv,dc=ufv,dc=br"
by self read
by * none
access to dn.one="ou=people,dc=ufv,dc=br" attrs=userpassword
by self read
by anonymous auth
by * none
access to dn.one="ou=people,dc=ufv,dc=br"
by self read
by dn.exact="cn=ypldap,ou=appsrv,dc=ufv,dc=br" read
by * none
access to dn.one="ou=group,dc=ufv,dc=br"
by dn.base="cn=ypldap,ou=appsrv,dc=ufv,dc=br" read
by * none
=======================================
The command i am executing and its output is below
sioux@gustav$ ldapsearch -x -w ypldapA4esuopdV -D
cn=ypldap,ou=appsrv,dc=ufv,dc=br -b ou=people,dc=ufv,dc=br -s one
# extended LDIF
#
# LDAPv3
# base <ou=people,dc=ufv,dc=br> with scope oneLevel
# filter: (objectclass=*)
# requesting: ALL
#
# search result
search: 2
result: 32 No such object
# numResponses: 1
sioux@gustav$
Why am i not getting a list of entries below ou=people,dc=ufv,dc=br ?
Thanks in advance.