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

cannot access entries



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.