A. Sopicki wrote:

For example:


access to attribute=userPassword
        by dn="cn=admin,dc=example,dc=com" write
        by anonymous read
        by self write
        by * none

Not the best example, as it's almost certainly what you do *not* want to do. How about this instead:


access to attribute=userPassword
        by dn="cn=admin,dc=example,dc=com" write
        by anonymous auth
        by self write
        by * none


-- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to