forked from mystiq/dex
508c24b10e
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 |
||
---|---|---|
.. | ||
config.go | ||
config_repo.go | ||
config_repo_test.go | ||
connector_bitbucket.go | ||
connector_bitbucket_test.go | ||
connector_github.go | ||
connector_github_test.go | ||
connector_ldap.go | ||
connector_ldap_test.go | ||
connector_local.go | ||
connector_oauth2.go | ||
connector_oauth2_test.go | ||
connector_oidc.go | ||
connector_oidc_test.go | ||
interface.go | ||
login_local.go |