devise_ldap_authenticatable
devise_ldap_authenticatable copied to clipboard
Devise Module for LDAP
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...
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...
Hello, this PR should add support for the `connect_timeout` parameter for Net::LDAP.