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

Re: [LDAP-SOFTWARE] ACLand regex (matching self)



> At 12:29 AM 2/23/2003, Ace Suares wrote:
> >As I found out, the self directive does NOT work !
>
> Did test006-acls pass when you ran the test suite?  If so,
> then it demonstrates that a "by self" clause does work.
>
> Kurt

I changed my ACL once again.
The by self clause works now.
Probably, like I said, I have been confused somewhere along the way.

I really don't want to take away anyone's valuable time, but I've been at it 
for at least 16 hours druing 4 days, and still have no grasp of the ACL's.

I determined to get this thing done over the next day.

Thanks IA for any help.

_Ace


# protect all userPasswords.
# qwido: managers have access to all passwords
access to attr=userpassword
	by self write
	by group="group=managers,app=qwido" write
	by anonymous auth

### 
access to dn="oc=.*,app=qwido"
	by self read
	by dn.exact="app=qwido" read
	
### 
access to dn="app=qwido" attrs=children
	by dn.exact="app=qwido" write
	
### 
access to dn="app=qwido" 
	by dn.exact="app=qwido" read