Skip to content
Snippets Groups Projects
Commit f021404b authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

disallow bind_v2 is now default

parent d23313a0
No related branches found
No related tags found
No related merge requests found
...@@ -76,10 +76,13 @@ See the "OpenLDAP's Administrator's Guide" for details. ...@@ -76,10 +76,13 @@ See the "OpenLDAP's Administrator's Guide" for details.
.B allow <features> .B allow <features>
Specify a set of features (separated by white space) to Specify a set of features (separated by white space) to
allow (default none). allow (default none).
.B tls_2_anon .B bind_v2
allows Start TLS to force session to anonymous status (see also allows acceptance of LDAPv2 bind requests.
.B disallow .B bind_anon_cred
.BR tls_authc ). 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 .TP
.B argsfile <filename> .B argsfile <filename>
The ( absolute ) name of a file that will hold the The ( absolute ) name of a file that will hold the
...@@ -131,22 +134,17 @@ non-base search request with an empty base DN. ...@@ -131,22 +134,17 @@ non-base search request with an empty base DN.
.B disallow <features> .B disallow <features>
Specify a set of features (separated by white space) to Specify a set of features (separated by white space) to
disallow (default none). disallow (default none).
.B bind_v2
disables acceptance of LDAPv2 bind requests.
.B bind_anon .B bind_anon
disables acceptance of anonymous bind requests. 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 .B bind_simple
disables simple (bind) authentication. disables simple (bind) authentication.
.B bind_krbv4 .B bind_krbv4
disables Kerberos V4 (bind) authentication. 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 .B tls_authc
disables StartTLS if authenticated (see also disables StartTLS if authenticated (see also
.B allow
.BR tls_2_anon ). .BR tls_2_anon ).
.TP .TP
.B idletimeout <integer> .B idletimeout <integer>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment