[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Repost : ACL Problems
I try to make a serarch with : ldapsearch -x -D
'cn=fzamangoer,ou=f,ou=Professional Services,dc=iqdoq,dc=de' -w secret -b
"ou=HypRoleProfile,dc=iqdoq,dc=de" "(hypRoleProfile=user)"
version: 2
#
# filter: (hypRoleProfile=user)
# requesting: ALL
#
# search result
search: 2
result: 0 Success
I have try
access to dn="hypRoleProfile=*,ou=HypRoleProfile,dc=iqdoq,dc=de"
by * read
-----Ursprüngliche Nachricht-----
Von: Zamangoer, Ferruh
Gesendet: Dienstag, 7. Mai 2002 14:47
An: OpenLDAP-software@OpenLDAP.org
Betreff: ACL Problems
Hi all,
I have the following Problem I will define some ACL where a Person can read
only his own user data for login , but every peopele have access to
"hypRoleProfile" entry to use profiles.
#ACL Definitions
defaultaccess none
access to attr=userpassword
by self write
by dn="cn=admin,dc=iqdoq,dc=de" write
by anonymous auth
by * none
access to *
by self read
by dn="cn=admin,dc=iqdoq,dc=de" write
by * none
access to dn="cn=admin,dc=iqdoq,dc=de"
by * none
access to dn="hypRoleProfile=*,ou=HypRoleProfile,dc=iqdoq,dc=de"
by self read
Can anbody help me by the definitions all helps and ideas are welcomed
regards Ferruh.