Browse Source

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.
pull/782/head
Marian Steinbach 9 years ago committed by GitHub
parent
commit
38a2e41e0a
  1. 1
      Documentation/ldap-connector.md

1
Documentation/ldap-connector.md

@ -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".

Loading…
Cancel
Save