forked from mystiq/dex
Added a name to the connector
Without a name, the example app's login form will only show `Log in with` as a button label.
This commit is contained in:
parent
a3ef8d26bc
commit
38a2e41e0a
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ The following is an example config file that can be used by the LDAP connector t
|
||||||
connectors:
|
connectors:
|
||||||
- type: ldap
|
- type: ldap
|
||||||
id: ldap
|
id: ldap
|
||||||
|
name: LDAP
|
||||||
config:
|
config:
|
||||||
# Host and optional port of the LDAP server in the form "host:port".
|
# Host and optional port of the LDAP server in the form "host:port".
|
||||||
# If the port is not supplied, it will be guessed based on "insecureNoSSL".
|
# If the port is not supplied, it will be guessed based on "insecureNoSSL".
|
||||||
|
|
Loading…
Reference in a new issue