You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to monkey patch the LdapConnect class to return multiple attributes, given the param is an array, but not making headway. I've looked over issue 69, and this tutorial...but not making headway.
My overall goal is to extend this library to do some easy LDAP querying (search by name, mail, cn) and return an array of attributes for an auto-suggest field (outside the devise auth scope)...
Any advice or guidance?
The text was updated successfully, but these errors were encountered:
I'm trying to monkey patch the
LdapConnect
class to return multiple attributes, given the param is an array, but not making headway. I've looked over issue 69, and this tutorial...but not making headway.My overall goal is to extend this library to do some easy LDAP querying (search by name, mail, cn) and return an array of attributes for an auto-suggest field (outside the devise auth scope)...
Any advice or guidance?
The text was updated successfully, but these errors were encountered: