1. 12 Feb, 2016 7 commits
  2. 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
  3. 10 Feb, 2016 2 commits
  4. 05 Feb, 2016 1 commit
  5. 02 Feb, 2016 5 commits
  6. 01 Feb, 2016 1 commit
  7. 28 Jan, 2016 1 commit
  8. 27 Jan, 2016 7 commits
  9. 26 Jan, 2016 2 commits
  10. 24 Jan, 2016 1 commit
  11. 23 Jan, 2016 1 commit
  12. 20 Jan, 2016 4 commits
  13. 19 Jan, 2016 6 commits