fix spelling
This commit is contained in:
@@ -851,7 +851,7 @@ Default: False
|
|||||||
|
|
||||||
##### ldap_ssl_verify_mode
|
##### ldap_ssl_verify_mode
|
||||||
|
|
||||||
The certifikat verification mode. NONE, OPTIONAL or REQUIRED
|
The certificate verification mode. NONE, OPTIONAL or REQUIRED
|
||||||
|
|
||||||
Default: REQUIRED
|
Default: REQUIRED
|
||||||
|
|
||||||
|
|||||||
2
config
2
config
@@ -77,7 +77,7 @@
|
|||||||
# Use ssl on the ldap connection
|
# Use ssl on the ldap connection
|
||||||
#ldap_use_ssl = False
|
#ldap_use_ssl = False
|
||||||
|
|
||||||
# The certifikat verification mode. NONE, OPTIONAL, default is REQUIRED
|
# The certificate verification mode. NONE, OPTIONAL, default is REQUIRED
|
||||||
#ldap_ssl_verify_mode = REQUIRED
|
#ldap_ssl_verify_mode = REQUIRED
|
||||||
|
|
||||||
# The path to the CA file in pem format which is used to certificate the server certificate
|
# The path to the CA file in pem format which is used to certificate the server certificate
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ Following parameters are needed in the configuration:
|
|||||||
ldap_load_groups If the groups of the authenticated users need to be loaded
|
ldap_load_groups If the groups of the authenticated users need to be loaded
|
||||||
Following parameters controls SSL connections:
|
Following parameters controls SSL connections:
|
||||||
ldap_use_ssl If the connection
|
ldap_use_ssl If the connection
|
||||||
ldap_ssl_verify_mode The certifikat verification mode. NONE, OPTIONAL, default is REQUIRED
|
ldap_ssl_verify_mode The certificate verification mode. NONE, OPTIONAL, default is REQUIRED
|
||||||
ldap_ssl_ca_file
|
ldap_ssl_ca_file
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
|||||||
@@ -225,7 +225,7 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
|
|||||||
"type": bool}),
|
"type": bool}),
|
||||||
("ldap_ssl_verify_mode", {
|
("ldap_ssl_verify_mode", {
|
||||||
"value": "REQUIRED",
|
"value": "REQUIRED",
|
||||||
"help": "The certifikat verification mode. NONE, OPTIONAL, default is REQUIRED",
|
"help": "The certificate verification mode. NONE, OPTIONAL, default is REQUIRED",
|
||||||
"type": str}),
|
"type": str}),
|
||||||
("ldap_ssl_ca_file", {
|
("ldap_ssl_ca_file", {
|
||||||
"value": "",
|
"value": "",
|
||||||
|
|||||||
Reference in New Issue
Block a user