Skip to content

Commit

Permalink
fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
pbiering committed Nov 2, 2024
1 parent 19cca41 commit 687624a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ Default: False

##### ldap_ssl_verify_mode

The certifikat verification mode. NONE, OPTIONAL or REQUIRED
The certificate verification mode. NONE, OPTIONAL or REQUIRED

Default: REQUIRED

Expand Down
2 changes: 1 addition & 1 deletion config
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
# Use ssl on the ldap connection
#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

# The path to the CA file in pem format which is used to certificate the server certificate
Expand Down
2 changes: 1 addition & 1 deletion radicale/auth/ldap.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
ldap_load_groups If the groups of the authenticated users need to be loaded
Following parameters controls SSL connections:
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
"""
Expand Down
2 changes: 1 addition & 1 deletion radicale/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def json_str(value: Any) -> dict:
"type": bool}),
("ldap_ssl_verify_mode", {
"value": "REQUIRED",
"help": "The certifikat verification mode. NONE, OPTIONAL, default is REQUIRED",
"help": "The certificate verification mode. NONE, OPTIONAL, default is REQUIRED",
"type": str}),
("ldap_ssl_ca_file", {
"value": "",
Expand Down

0 comments on commit 687624a

Please sign in to comment.