This repository has been archived on 2022-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
dex/static
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
..
email user: introduce "invite" emails 2015-10-30 14:41:00 -07:00
fixtures clean up LDAP connector 2016-06-28 15:01:39 -07:00
html server: support out-of-band auth flow 2016-06-20 17:03:13 -07:00
img *: move original project to dex 2015-08-18 11:26:57 -07:00
authd-overlord.service.tmpl *: move original project to dex 2015-08-18 11:26:57 -07:00
authd-worker.service.tmpl *: move original project to dex 2015-08-18 11:26:57 -07:00