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

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.