forked from mystiq/dex
Merge pull request #782 from marians/patch-1
Docs: Added a name to the LDAP connector
This commit is contained in:
commit
613d160ad9
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…
Add table
Reference in a new issue