dex/connector
Frode Nordahl 508c24b10e Get DN from entry, not entryDN attribute
Not all LDAP servers have entryDN available as an attribute. Reading up on
https://tools.ietf.org/html/rfc5020 tells me that entryDN is intended for
making the DN available for attribute value assertions. Thus it is not
mandatory for a LDAP server to make it available as an retrievable
attribute.

The DN is always a part of the entry returned in a search result, just use
it.

Fixes #314
2016-02-14 09:33:38 +01:00
..
config.go *: move original project to dex 2015-08-18 11:26:57 -07:00
config_repo.go *: allow dexctl set-connector-configs to read from stdin 2016-01-19 08:59:34 -08:00
config_repo_test.go *: move original project to dex 2015-08-18 11:26:57 -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 Get DN from entry, not entryDN attribute 2016-02-14 09:33:38 +01:00
connector_ldap_test.go connector: add LDAP connector 2016-02-11 18:30:16 +01:00
connector_local.go connector: add LDAP connector 2016-02-11 18:30:16 +01: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 connector: add LDAP connector 2016-02-11 18:30:16 +01:00
login_local.go connector: add LDAP connector 2016-02-11 18:30:16 +01:00