mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-19 21:32:58 -05:00
Clarify that "security ssf=n" applies to "disallow bind_simple_unprotected".
This commit is contained in:
parent
df6c69ffd6
commit
90e320398a
1 changed files with 7 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue