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 looking to use passport-ldap in a project and I wanted to make sure I understand something, it looks like the user/password are bound but then all entries in the searchFilter are returned and not just the entry associated with the user who was authenticated, is this correct? Is there a reason to not use the username in the filter?
Thanks,
Shane
The text was updated successfully, but these errors were encountered:
I just saw the latest PR and saw that the code merge to support uid substitution but I'm not sure it's correct. It seems to replace the original search filter with the substitution, and then subsequent substitutions use the original replaced value. Perhaps I'm missing something?
I'm looking to use passport-ldap in a project and I wanted to make sure I understand something, it looks like the user/password are bound but then all entries in the searchFilter are returned and not just the entry associated with the user who was authenticated, is this correct? Is there a reason to not use the username in the filter?
Thanks,
Shane
The text was updated successfully, but these errors were encountered: