• 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
Name
Last commit
Last update
..
repo Loading commit data...
db_test.go Loading commit data...
dexctl_test.go Loading commit data...
ldap_test.go Loading commit data...