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:
Marian Steinbach 2017-01-23 10:46:29 +01:00 committed by GitHub
parent a3ef8d26bc
commit 38a2e41e0a

View File

@ -25,6 +25,7 @@ The following is an example config file that can be used by the LDAP connector t
connectors:
- type: ldap
id: ldap
name: LDAP
config:
# 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".