mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
ITS#8099 bindconf ciphersuite setting is 'tls_cipher_suite'
This commit is contained in:
parent
7a30ce8c08
commit
e35deef110
@ -562,7 +562,7 @@ H4: olcSyncrepl
|
||||
> [tls_cacert=<file>]
|
||||
> [tls_cacertdir=<path>]
|
||||
> [tls_reqcert=never|allow|try|demand]
|
||||
> [tls_ciphersuite=<ciphers>]
|
||||
> [tls_cipher_suite=<ciphers>]
|
||||
> [tls_crlcheck=none|peer|all]
|
||||
> [logbase=<base DN>]
|
||||
> [logfilter=<filter str>]
|
||||
|
@ -413,7 +413,7 @@ H4: syncrepl
|
||||
> [tls_cacert=<file>]
|
||||
> [tls_cacertdir=<path>]
|
||||
> [tls_reqcert=never|allow|try|demand]
|
||||
> [tls_ciphersuite=<ciphers>]
|
||||
> [tls_cipher_suite=<ciphers>]
|
||||
> [tls_crlcheck=none|peer|all]
|
||||
> [logbase=<base DN>]
|
||||
> [logfilter=<filter str>]
|
||||
|
@ -319,7 +319,7 @@ for details on the syntax of this field.
|
||||
.B [tls_cacert=<file>]
|
||||
.B [tls_cacertdir=<path>]
|
||||
.B [tls_reqcert=never|allow|try|demand]
|
||||
.B [tls_ciphersuite=<ciphers>]
|
||||
.B [tls_cipher_suite=<ciphers>]
|
||||
.B [tls_protocol_min=<major>[.<minor>]]
|
||||
.B [tls_crlcheck=none|peer|all]
|
||||
Allows to define the parameters of the authentication method that is
|
||||
|
Loading…
Reference in New Issue
Block a user