Merge pull request #782 from marians/patch-1

Docs: Added a name to the LDAP connector
This commit is contained in:
Eric Chiang 2017-01-23 09:07:24 -08:00 committed by GitHub
commit 613d160ad9

View File

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