devise_ldap_authenticatable icon indicating copy to clipboard operation
devise_ldap_authenticatable copied to clipboard

Devise Module for LDAP

Results 53 devise_ldap_authenticatable issues
Sort by recently updated
recently updated
newest added

It would be useful to have a hook after authentication like the DatabaseAuthenticable strategy [0]. I could give this a shot, though I'm a bit green to the codebase. Just...

Feature

Solution provided in [Issue 25](https://github.com/cschiewek/devise_ldap_authenticatable/pull/25) however was not ever implemented. When LdapConnector as @ldap in Devise::LdapAdaptor calls authenticate! it uses the following: ``` ruby def authenticate! @ldap.auth(dn, @password) @ldap.bind end...

Feature

Hello, this PR should add support for the `connect_timeout` parameter for Net::LDAP.