mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
fix(examples): add info about ldaps
This commit is contained in:
parent
0366cdbeaf
commit
ef2a0513dd
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user