dex/functional
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
..
config client: load full clients w/ LoadableClient 2016-06-08 11:31:50 -07:00
repo refresh tokens: store and validate scopes. 2016-06-14 14:14:36 -07:00
db_test.go refresh tokens: store and validate scopes. 2016-06-14 14:14:36 -07:00
dexctl_test.go functional: don't fail if postgres or ldap isn't availabl 2016-02-25 11:57:26 -08:00
ldap_test.go clean up LDAP connector 2016-06-28 15:01:39 -07:00