plug_hyper_auth v0.2.1 HyperAuth.Authenticator.LDAP

LDAP authenticator.

It will verify the credentials of authentications based in password with a LDAP server. It requires the optional dependencie Exldap.

It can use an LDAP base search configured in the plug options. For example:

plug HyperAuth, public: true, ldap_base: "OU=Accounts,DC=example,DC=com"

Link to this section Summary

Link to this section Functions

Link to this function authenticate(credentials, opts)

LDAP authentication.