dex/connector/ldap
Stephan Renatus b09a13458f password connectors: allow overriding the username attribute (password prompt)
This allows users of the LDAP connector to give users of Dex' login
prompt an idea of what they should enter for a username.

Before, irregardless of how the LDAP connector was set up, the prompt
was

    Username
    [_________________]

    Password
    [_________________]

Now, this is configurable, and can be used to say "MyCorp SSO Login" if
that's what it is.

If it's not configured, it will default to "Username".

For the passwordDB connector (local users), it is set to "Email
Address", since this is what it uses.

Signed-off-by: Stephan Renatus <srenatus@chef.io>
2017-11-09 09:30:03 +01:00
..
testdata connector/ldap: support the StartTLS flow for secure connections 2017-04-12 15:25:42 -07:00
gen-certs.sh connector/ldap: support the StartTLS flow for secure connections 2017-04-12 15:25:42 -07:00
ldap.go password connectors: allow overriding the username attribute (password prompt) 2017-11-09 09:30:03 +01:00
ldap_test.go password connectors: allow overriding the username attribute (password prompt) 2017-11-09 09:30:03 +01:00