From: Kurt Zeilenga Date: Fri, 21 Dec 2001 04:45:04 +0000 (+0000) Subject: disallow bind_v2 is now default X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~583 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f021404b41fd89369127f5fb654c6999fa3d7e08;p=openldap disallow bind_v2 is now default --- diff --git a/doc/man/man5/slapd.conf.5 b/doc/man/man5/slapd.conf.5 index 3e21ae7b89..eae5a9943e 100644 --- a/doc/man/man5/slapd.conf.5 +++ b/doc/man/man5/slapd.conf.5 @@ -76,10 +76,13 @@ See the "OpenLDAP's Administrator's Guide" for details. .B allow Specify a set of features (separated by white space) to allow (default none). -.B tls_2_anon -allows Start TLS to force session to anonymous status (see also -.B disallow -.BR tls_authc ). +.B bind_v2 +allows acceptance of LDAPv2 bind requests. +.B bind_anon_cred +allows anonymous bind creditials are not empty (e.g. +when DN is empty). +.B bind_anon_dn +allows unauthenticated (anonymous) bind when DN is not empty. .TP .B argsfile The ( absolute ) name of a file that will hold the @@ -131,22 +134,17 @@ non-base search request with an empty base DN. .B disallow Specify a set of features (separated by white space) to disallow (default none). -.B bind_v2 -disables acceptance of LDAPv2 bind requests. .B bind_anon disables acceptance of anonymous bind requests. -.B bind_anon_cred -disables anonymous bind creditials are not empty (e.g. -when DN is empty). -.B bind_anon_dn -disables anonymous bind when DN is not empty. .B bind_simple disables simple (bind) authentication. .B bind_krbv4 disables Kerberos V4 (bind) authentication. +.B tls_2_anon +disables Start TLS from forcing session to anonymous status (see also +.BR tls_authc ). .B tls_authc disables StartTLS if authenticated (see also -.B allow .BR tls_2_anon ). .TP .B idletimeout