fix(examples): add info about ldaps

This commit is contained in:
Diptesh Choudhuri 2023-01-31 22:40:02 +05:30
parent 0366cdbeaf
commit ef2a0513dd

View File

@ -11,9 +11,9 @@ connectors:
name: LDAP
config:
host: lldap-host # make sure it does not start with `ldap://`
port: 3890
insecureNoSSL: true
insecureSkipVerify: true
port: 3890 # or 6360 if you have ldaps enabled
insecureNoSSL: true # or false if you have ldaps enabled
insecureSkipVerify: true # or false if you have ldaps enabled
bindDN: uid=admin,ou=people,dc=example,dc=com # replace admin with your admin user
bindPW: very-secure-password # replace with your admin password
userSearch: