dex/connector
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.go *: don't let generated comment become package comment 2016-06-10 12:40:58 -07:00
config_repo.go *: remove in memory connector config repo 2016-02-12 13:19:05 -08:00
config_repo_test.go *: load password infos from users file in no-db mode not connectors 2016-04-06 11:15:05 -07:00
connector_bitbucket.go connector: add bitbucket connector 2015-12-08 10:19:29 -08:00
connector_bitbucket_test.go connector: add bitbucket connector 2015-12-08 10:19:29 -08:00
connector_github.go connector: add github connector 2015-12-08 10:17:18 -08:00
connector_github_test.go connector: add github connector 2015-12-08 10:17:18 -08:00
connector_ldap.go clean up LDAP connector 2016-06-28 15:01:39 -07:00
connector_ldap_test.go clean up LDAP connector 2016-06-28 15:01:39 -07:00
connector_local.go clean up LDAP connector 2016-06-28 15:01:39 -07:00
connector_oauth2.go Change status code used for redirects from StatusTemporaryRedirect (307) to StatusFound (302) 2016-01-23 22:33:53 +01:00
connector_oauth2_test.go connector: add github connector 2015-12-08 10:17:18 -08:00
connector_oidc.go Change status code used for redirects from StatusTemporaryRedirect (307) to StatusFound (302) 2016-01-23 22:33:53 +01:00
connector_oidc_test.go *: update all to accommodate changes to go-oidc 2016-01-12 17:16:28 -08:00
interface.go clean up LDAP connector 2016-06-28 15:01:39 -07:00
login_local.go clean up LDAP connector 2016-06-28 15:01:39 -07:00