mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#7645 more for TLSProtocolMin
This commit is contained in:
parent
0626df2cf1
commit
f39d537e2b
@ -1786,6 +1786,7 @@ FALSE, meaning the contextCSN is stored in the context entry.
|
||||
.B [tls_reqcert=never|allow|try|demand]
|
||||
.B [tls_ciphersuite=<ciphers>]
|
||||
.B [tls_crlcheck=none|peer|all]
|
||||
.B [tls_protocol_min=<major>[.<minor>]]
|
||||
.B [suffixmassage=<real DN>]
|
||||
.B [logbase=<base DN>]
|
||||
.B [logfilter=<filter str>]
|
||||
|
@ -114,7 +114,7 @@ needs to be created.
|
||||
.B [tls_cacertdir=<path>]
|
||||
.B [tls_reqcert=never|allow|try|demand]
|
||||
.B [tls_ciphersuite=<ciphers>]
|
||||
.B [tls_protocol_min=<version>]
|
||||
.B [tls_protocol_min=<major>[.<minor>]]
|
||||
.B [tls_crlcheck=none|peer|all]
|
||||
.RS
|
||||
Allows to define the parameters of the authentication method that is
|
||||
|
@ -381,7 +381,7 @@ for details on the syntax of this field.
|
||||
.B [tls_cacertdir=<path>]
|
||||
.B [tls_reqcert=never|allow|try|demand]
|
||||
.B [tls_ciphersuite=<ciphers>]
|
||||
.B [tls_protocol_min=<version>]
|
||||
.B [tls_protocol_min=<major>[.<minor>]]
|
||||
.B [tls_crlcheck=none|peer|all]
|
||||
.RS
|
||||
Allows to define the parameters of the authentication method that is
|
||||
|
@ -1763,6 +1763,7 @@ the contextCSN is stored in the context entry.
|
||||
.B [tls_reqcert=never|allow|try|demand]
|
||||
.B [tls_ciphersuite=<ciphers>]
|
||||
.B [tls_crlcheck=none|peer|all]
|
||||
.B [tls_protocol_min=<major>[.<minor>]]
|
||||
.B [suffixmassage=<real DN>]
|
||||
.B [logbase=<base DN>]
|
||||
.B [logfilter=<filter str>]
|
||||
|
Loading…
Reference in New Issue
Block a user