[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Regex access problem
Hi there,
my ldap has the following structure
dc=de
---dc=test
------ou=users
---------cn=peter
---------cn=charly
---------cn=juergen
------ou=contexts
---------ou=peter
---------ou=charly
---------ou=juergen
I wonder how to allow each entry in the users-hierarchy write access only
the according entry in the contexts-hierarchs?
I tried:
access to dn.regex="^cn=.*,ou=users,REST$" attrs=entry,children
by dn.regex="^ou=$1,ou=contexts,REST$" write
but that does not work. Do you have any ideas?
Sincerely
Charly