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
|
name: LDAP
|
||||||
config:
|
config:
|
||||||
host: lldap-host # make sure it does not start with `ldap://`
|
host: lldap-host # make sure it does not start with `ldap://`
|
||||||
port: 3890
|
port: 3890 # or 6360 if you have ldaps enabled
|
||||||
insecureNoSSL: true
|
insecureNoSSL: true # or false if you have ldaps enabled
|
||||||
insecureSkipVerify: true
|
insecureSkipVerify: true # or false if you have ldaps enabled
|
||||||
bindDN: uid=admin,ou=people,dc=example,dc=com # replace admin with your admin user
|
bindDN: uid=admin,ou=people,dc=example,dc=com # replace admin with your admin user
|
||||||
bindPW: very-secure-password # replace with your admin password
|
bindPW: very-secure-password # replace with your admin password
|
||||||
userSearch:
|
userSearch:
|
||||||
|
Loading…
Reference in New Issue
Block a user