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
It would be nice to export useful functions like verifyUserExists and also allow injecting our own ldapjs client while defaulting to the current behavior of instantiating its own with bind.
Use cases:
Allow usage of this package in env where no admin user is needed to list, eg local development LDAP server;
Mocking the client in tests.
Is this something you may want to add here, I'll see if I can make an MR, if not I'll just fork it :)
The text was updated successfully, but these errors were encountered:
Hey 👋
It would be nice to export useful functions like
verifyUserExists
and also allow injecting our ownldapjs
client while defaulting to the current behavior of instantiating its own with bind.Use cases:
Is this something you may want to add here, I'll see if I can make an MR, if not I'll just fork it :)
The text was updated successfully, but these errors were encountered: