Skip to content
Advertisement

Tag: ldap3

Flask and Ldap3 not playing nicely together

I’m building an internal app for my company, and are looking into using ldap3 to connect to our exchange server to validate login credentials. I am integrating into a flask app and have a login view with the following code The above code works fine when I login using my actual credentials, but when I try to login using wrong

Advertisement