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

modification to first entry: ou uid to add and delete accounts



modification to first entry..

> I want to give a specific user in a OU to add and remove accounts without
> access to other OU's. Keep getting insufficient error.
> 
> Here is a copy of the ACL.
access to dn="ou=red,dc=example,dc=com
by dn="uid=redadmin,ou=red,dc=example,dc=com" write
by self write
by users read

access to dn="ou=orange,dc=example,dc=com
by dn="uid=orangeadmin,ou=orange,dc=example,dc=com" write     
by self write
by users read

access to dn="ou=blue,dc=example,dc=com
by dn="uid=blueadmin,ou=blue,dc=example,dc=com" write
by self write
by users read

access to dn="ou=green,dc=example,dc=com
by dn="uid=greenadmin,ou=green,dc=example,dc=com" write
by self write
by users read

acess to *
by self write
by users read 
by anonymous auth


Sean