mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
add missing TLS-related options to idassert-bind (and acl-bind) (ITS#5989)
This commit is contained in:
parent
995183320e
commit
96a7f2dbf9
@ -107,12 +107,14 @@ needs be created.
|
||||
.B bindmethod=simple|sasl [binddn=<simple DN>] [credentials=<simple password>]
|
||||
.B [saslmech=<SASL mech>] [secprops=<properties>] [realm=<realm>]
|
||||
.B [authcId=<authentication ID>] [authzId=<authorization ID>]
|
||||
.B [starttls=no|yes|critical]
|
||||
.B [tls_cert=<file>]
|
||||
.B [tls_key=<file>]
|
||||
.B [tls_cacert=<file>]
|
||||
.B [tls_cacertdir=<path>]
|
||||
.B [tls_reqcert=never|allow|try|demand]
|
||||
.B [tls_ciphersuite=<ciphers>]
|
||||
.B [tls_protocol_min=<version>]
|
||||
.B [tls_crlcheck=none|peer|all]
|
||||
.RS
|
||||
Allows to define the parameters of the authentication method that is
|
||||
@ -217,12 +219,14 @@ for details on the syntax of this field.
|
||||
.B [saslmech=<SASL mech>] [secprops=<properties>] [realm=<realm>]
|
||||
.B [authcId=<authentication ID>] [authzId=<authorization ID>]
|
||||
.B [authz={native|proxyauthz}] [mode=<mode>] [flags=<flags>]
|
||||
.B [starttls=no|yes|critical]
|
||||
.B [tls_cert=<file>]
|
||||
.B [tls_key=<file>]
|
||||
.B [tls_cacert=<file>]
|
||||
.B [tls_cacertdir=<path>]
|
||||
.B [tls_reqcert=never|allow|try|demand]
|
||||
.B [tls_ciphersuite=<ciphers>]
|
||||
.B [tls_protocol_min=<version>]
|
||||
.B [tls_crlcheck=none|peer|all]
|
||||
.RS
|
||||
Allows to define the parameters of the authentication method that is
|
||||
|
Loading…
Reference in New Issue
Block a user