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

* Psych 4 does not load aliases unless `aliases: true` is provided as an argument * Workaround taken from rails: https://github.com/rails/rails/commit/179d0a1f474ada02e0030ac3bd062fc653765dbe

Informed by https://github.com/ruby/psych/issues/533#issuecomment-1023561867, this Issue notes the availability of the YAML.unsafe_load method, in Psych 4.0. - use `YAML.unsafe_load` if available, OR - use `YAML.safe_load` if available, enabling aliases and all...

This gem exposes no executables and test_files is no longer used by RubyGems.org.

I am interested to have database authentication with LDAP fall back (if database auth fails try LDAP). Currently, from the README, simultaneous usage is not supported. Anyone else interested in...

Feature

Thank you very much for creating and maintaining this gem. I have just started using it for Active Directory integration and it is working very well. My stack also includes...

Hello nice folk 😄 This PR is an attempt at implementing the feature request in #149, which happens to be also something that my team at @simplybusiness needs as well....

It seems the current logic will AND the listed required_groups. For instance this would require the user to be in ALL 4 groups. ``` required_groups: # If an array is...

Does anyone know why ldap search has slowed down tremendously? We're using an instance of Ubuntu 16 and AWS DNS service.

method: `in_group?` & `user_groups` in Devise::LDAP::Connection doesnot work well, So I submitted pr to fix it.

The project doesn't have a security policy defined. Assume that I have found a security vulnerability. Where can I report it? :)