Skip to content

Commit 3c6f325

Browse files
fix: typo on ldap_use_ssl description
1 parent 8bc936a commit 3c6f325

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/admin-manual/auth/authentication

docs/admin-manual/auth/authentication/ldap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ In LDAP, data is organized in a tree structure. Here's an example of a typical L
5555
ldap_user_basedn = ou=people,o=emr
5656
ldap_user_filter = (&(uid={login}))
5757
ldap_group_basedn = ou=group,o=emr
58-
# specify ldap_use_sslto true to use to switch to secured LDAPS protocol, specify false or comment property to use default behavior with plain LDAP
58+
# specify ldap_use_ssl to true to use to switch to secured LDAPS protocol, specify false or comment property to use default behavior with plain LDAP
5959
ldap_use_ssl = true
6060
```
6161

0 commit comments

Comments
 (0)