Still fighting openldap

Jim Canfield jcanfield at tshmail.com
Tue Feb 19 18:11:10 UTC 2008


m.roth2006 at rcn.com wrote:
> Following myself up...
>
>   
>> Date: Tue, 19 Feb 2008 12:12:13 -0500 (EST)
>> From: <m.roth2006 at rcn.com>  
>>
>> Ok. ACL:
>> access: to attrs=shadowLastChange,userPassword
>>        by self write
>>        by anonymous auth
>>
>> access to *
>>        by * read
>>        by anonymous auth
>>     
Try this:

access to dn.base=""
		by self write
		by * auth

access to attr=userPassword
		by self write
		by * auth

access to attr=shadowLastChange
		by self write
		by * read

access to *
                by * read
                by anonymous auth





More information about the redhat-list mailing list