example_configs: fix dex integration
Some checks failed
Rust / pre_job (push) Has been cancelled
Rust / cargo test (push) Has been cancelled
Rust / cargo clippy (push) Has been cancelled
Rust / cargo fmt (push) Has been cancelled
Rust / Code coverage (push) Has been cancelled

Host and optional port of the LDAP server are in the form "host:port".
This commit is contained in:
fengxsong 2024-07-22 13:38:22 +08:00 committed by GitHub
parent b33d56a459
commit 010eec22d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,8 +10,7 @@ connectors:
id: ldap
name: LDAP
config:
host: lldap-host # make sure it does not start with `ldap://`
port: 3890 # or 6360 if you have ldaps enabled
host: lldap-host:3890 # or 6360 if you have ldaps enabled, make sure it does not start with `ldap://`
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