dex/Documentation
Frode Nordahl 4d970d5fc4 connector: add LDAP connector
Authentication is performed by binding to the configured LDAP server using
the user supplied credentials. Successfull bind equals authenticated user.

Optionally the connector can be configured to search before authentication.
The entryDN found will be used to bind to the LDAP server.

This feature must be enabled to get supplementary information from the
directory (ID, Name, Email). This feature can also be used to limit access
to the service.

Example use case: Allow your users to log in with e-mail address instead of
the identification string in your DNs (typically username).

To make re-use of HTTP form handling code from the Local connector possible:
- Implemented IdentityProvider interface
- Moved the re-used functions to login_local.go

Fixes #119
2016-02-11 18:30:16 +01:00
..
proposals Documentation: move proposals to their own sub directory 2016-01-15 10:42:57 -08:00
connectors-configuration.md connector: add LDAP connector 2016-02-11 18:30:16 +01:00
deploy-guide.md README.md/Documentation: Get Docs up-to-date. 2015-08-26 15:27:11 -07:00
dev-guide.md Documentation: add section about using godeps 2016-01-25 20:17:34 -08:00
email-configuration.md Documentation: Add how to setup email configuration 2015-09-24 15:01:06 -07:00
getting-started.md Merge pull request #267 from ericchiang/metadata 2016-02-01 16:25:57 -08:00
oauth2.md *: move original project to dex 2015-08-18 11:26:57 -07:00
oidc-notes.md Documentation: remove outdated TLS info 2015-09-03 09:56:48 -07:00
roadmap.md Documentation: dex roadmap 2015-12-29 16:04:49 -08:00
tls-setup.md Documentation: mv security_guide.md tls-setup.md 2015-08-31 13:29:52 -07:00