From 38a2e41e0ac32dc8db454b851e35658b442d40f0 Mon Sep 17 00:00:00 2001 From: Marian Steinbach Date: Mon, 23 Jan 2017 10:46:29 +0100 Subject: [PATCH] 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. --- Documentation/ldap-connector.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/ldap-connector.md b/Documentation/ldap-connector.md index 97b444ea..a090140a 100644 --- a/Documentation/ldap-connector.md +++ b/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".