mirror of
https://github.com/lldap/lldap.git
synced 2026-03-31 15:07:48 +01:00
example_configs: fix dex integration
Host and optional port of the LDAP server are in the form "host:port".
This commit is contained in:
@@ -10,8 +10,7 @@ connectors:
|
|||||||
id: ldap
|
id: ldap
|
||||||
name: LDAP
|
name: LDAP
|
||||||
config:
|
config:
|
||||||
host: lldap-host # make sure it does not start with `ldap://`
|
host: lldap-host:3890 # or 6360 if you have ldaps enabled, make sure it does not start with `ldap://`
|
||||||
port: 3890 # or 6360 if you have ldaps enabled
|
|
||||||
insecureNoSSL: true # or false if you have ldaps enabled
|
insecureNoSSL: true # or false if you have ldaps enabled
|
||||||
insecureSkipVerify: 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
|
bindDN: uid=admin,ou=people,dc=example,dc=com # replace admin with your admin user
|
||||||
|
|||||||
Reference in New Issue
Block a user