dex/Documentation
Eric Chiang 5a78e89807 clean up LDAP connector
* Remove some unlikely to be used fields to help configurability.
  * Combined "serverHost" and "serverPort" into "host"
  * Remove "timeout" (just default to 30 seconds).
  * Remove "maxIdleConn" will add it back if users feel the need
    to control the number of cached connections.
  * Remove "trustedEmailProvider" (just always trust).
  * Remove "skipCertVerification" you can't make this connector
    ingore TLS errors.
* Fix configs that don't search before bind (previously broken).
* Add more examples to Documentation
* Refactor LDAPPool Acquire() and Put() into a Do() function which
  always does the flow correctly.
* Added more comments and renamed some functions.
* Moved methods on LDAPIdentityProvider to the LDAPConnector
2016-06-28 15:01:39 -07:00
..
proposals Documentation: move proposals to their own sub directory 2016-01-15 10:42:57 -08:00
clients.md Documentation 2016-06-20 17:03:12 -07:00
connectors-configuration.md clean up LDAP connector 2016-06-28 15:01:39 -07:00
dev-guide.md examples: add sample for clients 2016-05-18 18:18:20 -07:00
email-configuration.md Documentation: Add how to setup email configuration 2015-09-24 15:01:06 -07:00
getting-started.md Documentation: remove reference to DEX_APP_REDIRECTURL 2016-03-09 10:41:13 -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
releases.md Creating releases... (#435) 2016-05-27 10:58:09 -04:00
roadmap.md documentation: add links to issues in roadmap 2016-05-06 11:12:11 +02:00
tls-setup.md Documentation: mv security_guide.md tls-setup.md 2015-08-31 13:29:52 -07:00