dex/static/fixtures
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
..
clients.json.sample examples: support OOB in example app. 2016-06-20 17:03:13 -07:00
connectors.json.sample clean up LDAP connector 2016-06-28 15:01:39 -07:00
emailer.json.sample email: Remove unused ID field 2015-09-24 15:01:06 -07:00
sample.env.txt *: remove build-units script 2016-02-25 13:56:28 -08:00
users.json.sample *: load password infos from users file in no-db mode not connectors 2016-04-06 11:15:05 -07:00