mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-26 16:52:55 -05:00
ITS#8099
Update documentation to correctly use tls_cipher_suite
This commit is contained in:
parent
012b7f0e7d
commit
48d3720d5a
4 changed files with 6 additions and 6 deletions
|
|
@ -1794,7 +1794,7 @@ FALSE, meaning the contextCSN is stored in the context entry.
|
|||
.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_crlcheck=none|peer|all]
|
||||
.B [tls_protocol_min=<major>[.<minor>]]
|
||||
.B [suffixmassage=<real DN>]
|
||||
|
|
|
|||
|
|
@ -113,7 +113,7 @@ needs to be created.
|
|||
.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]
|
||||
.RS
|
||||
|
|
@ -225,7 +225,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=<version>]
|
||||
.B [tls_crlcheck=none|peer|all]
|
||||
.RS
|
||||
|
|
@ -583,7 +583,7 @@ is used.
|
|||
.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_crlcheck=none|peer|all]
|
||||
.RS
|
||||
Specify the use of TLS when a regular connection is initialized. The
|
||||
|
|
|
|||
|
|
@ -380,7 +380,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]
|
||||
.RS
|
||||
|
|
|
|||
|
|
@ -1774,7 +1774,7 @@ the contextCSN is stored in the context entry.
|
|||
.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_crlcheck=none|peer|all]
|
||||
.B [tls_protocol_min=<major>[.<minor>]]
|
||||
.B [suffixmassage=<real DN>]
|
||||
|
|
|
|||
Loading…
Reference in a new issue