1. 29 Feb, 2016 1 commit
  2. 25 Feb, 2016 2 commits
  3. 24 Feb, 2016 2 commits
  4. 20 Feb, 2016 1 commit
  5. 19 Feb, 2016 1 commit
  6. 18 Feb, 2016 3 commits
  7. 17 Feb, 2016 3 commits
  8. 16 Feb, 2016 3 commits
  9. 14 Feb, 2016 1 commit
    • Frode Nordahl's avatar
      Get DN from entry, not entryDN attribute · 508c24b1
      Frode Nordahl authored
      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
      508c24b1
  10. 12 Feb, 2016 14 commits
  11. 11 Feb, 2016 2 commits
    • Frode Nordahl's avatar
      connector: add LDAP connector · 4d970d5f
      Frode Nordahl authored
      Authentication is performed by binding to the configured LDAP server using
      the user supplied credentials. Successfull bind equals authenticated user.
      
      Optionally the connector can be configured to search before authentication.
      The entryDN found will be used to bind to the LDAP server.
      
      This feature must be enabled to get supplementary information from the
      directory (ID, Name, Email). This feature can also be used to limit access
      to the service.
      
      Example use case: Allow your users to log in with e-mail address instead of
      the identification string in your DNs (typically username).
      
      To make re-use of HTTP form handling code from the Local connector possible:
      - Implemented IdentityProvider interface
      - Moved the re-used functions to login_local.go
      
      Fixes #119
      4d970d5f
    • Frode Nordahl's avatar
      Godeps: add ldap and asn1-ber library · bb53e5bb
      Frode Nordahl authored
      bb53e5bb
  12. 10 Feb, 2016 2 commits
  13. 05 Feb, 2016 1 commit
  14. 02 Feb, 2016 4 commits