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

Clarify that "security ssf=n" applies to "disallow bind_simple_unprotected".

parent df6c69ff
No related branches found
No related tags found
No related merge requests found
......@@ -179,8 +179,13 @@ disables acceptance of anonymous bind requests.
.B bind_simple
disables simple (bind) authentication.
.B bind_simple_unprotected
disables simple (bind) authentication when confidentiality
protections (e.g. TLS) are not in place.
disables simple (bind) authentication when integrity and/or confidentiality
protections (e.g. TLS) are not in place. The level of protection required
is determined by the
.I overall security strength factor
(as set by the
.B security
directive).
.B bind_krbv4
disables Kerberos V4 (bind) authentication.
.B tls_2_anon
......
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