Skip to content

Commit 371d28e

Browse files
Default ldaps in example LDAP config
1 parent 8b5ed42 commit 371d28e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/config files - basic/connector-ldap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# These access credentials are sensitive and must be protected.
2020
username: "LDAP or Credential Manager username goes here"
2121
password: "LDAP password goes here"
22-
host: "ldap://ldap.example.com"
22+
host: "ldaps://ldap.example.com"
2323
base_dn: "DC=example,DC=com"
2424

2525
# (optional) You can specify what Authentication method to bind LDAP

0 commit comments

Comments
 (0)