]> git.sur5r.net Git - openldap/commitdiff
Import "disable bind_anon" clarifications from HEAD OPENLDAP_REL_ENG_2_3_22
authorKurt Zeilenga <kurt@openldap.org>
Tue, 16 May 2006 19:15:29 +0000 (19:15 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 16 May 2006 19:15:29 +0000 (19:15 +0000)
CHANGES
doc/guide/admin/security.sdf
doc/man/man5/slapd.conf.5

diff --git a/CHANGES b/CHANGES
index 315e0a734c45343fe2403cdb449ece5fec48ad9a..76d74d3b6d0c0b478a6f482cda47427b7d7fb4aa 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -46,6 +46,7 @@ OpenLDAP 2.3.22 Release
                Fixed test033-glue-syncrepl overlay detection (ITS#4544)
        Documentation
                Fixed slapd(8) logging header reference (ITS#4509)
+               Clarified slapd.conf(5) "disable bind_anon" feature
 
 OpenLDAP 2.3.21 Release
        Fixed libldap referral chasing issue (ITS#4448)
index 38044b651b94b0d86bc8047907e51cea0fdd68e2..8dcfcc53908e4bc8db8d3c1a94e99e45e8cbb120 100644 (file)
@@ -117,15 +117,18 @@ The LDAP "simple" method has three modes of operation:
 * unauthenticated, and
 * user/password authenticated.
 
-Anonymous access is obtained by providing no name and no password
-to the "simple" bind operation.  Unauthenticated access is obtained
-by providing a name but no password.  Authenticated access is obtain
-by providing a valid name and password.
+Anonymous access is requested by providing no name and no password
+to the "simple" bind operation.  Unauthenticated access is requested
+by providing a name but no password.  Authenticated access is
+requested 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,
index c19ea76f75419091fdea5ed20dd3c66b5c0cd853..3c8dc530edc9b266fed669c3c5206330c54d0beb 100644 (file)
@@ -407,7 +407,8 @@ Base scoped search requests with an empty base DN are not affected.
 Specify a set of features (separated by white space) to
 disallow (default none).
 .B bind_anon
-disables acceptance of anonymous bind requests.
+disables acceptance of anonymous bind requests.  Note that this setting
+does not prohibit anonymous directory access (See "require authc").
 .B bind_simple
 disables simple (bind) authentication.
 .B tls_2_anon