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:
|
||||
- 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…
Reference in a new issue