]> git.sur5r.net Git - openldap/commitdiff
Clarify that "disable bind_anon" does not disable anonymous access.
authorKurt Zeilenga <kurt@openldap.org>
Tue, 16 May 2006 18:40:07 +0000 (18:40 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 16 May 2006 18:40:07 +0000 (18:40 +0000)
doc/guide/admin/security.sdf

index 38044b651b94b0d86bc8047907e51cea0fdd68e2..bf6e443c356e68ab7daeec9438fc1d5be9d9357c 100644 (file)
@@ -125,7 +125,10 @@ by providing a valid name and password.
 An anonymous bind results in an {{anonymous}} authorization
 association.  Anonymous bind mechanism is enabled by default, but
 can be disabled by specifying "{{EX:disallow bind_anon}}" in
-{{slapd.conf}}(5).
+{{slapd.conf}}(5).  Note that disabling the anonymous bind mechanism
+does not prevent anonymous access to the directory.  To require
+authentication to access the directory, one should instead
+specify "{{EX:require authc}}".
 
 An unauthenticated bind also results in an {{anonymous}} authorization
 association.  Unauthenticated bind mechanism is disabled by default,