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

binding needs access to userpassword by * compare?



Hi,

I am using openldap 2.04.

My first access rule reads:

	access to attribute=userPassword
        	by self write
        	by * compare

If I change this to

	access to attribute=userPassword
        	by self write
        	by * none

I get

	ldap_bind: Insufficient access

Why?  The FAQ-o-Matic seems to suggests that by * none should work.

Joeri