-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LDAP does not work with python <2.6.6 #9
Comments
I can confirm this. I have
and master branch got me
After I installed urlparse_replacement branch it work. Thanks a lot! |
I had used the Active directory one and got the following error 👎 Error Apache Config Python Version Active Directory - Windows2008R2 Tried using urlparse_replacement still got the same error. Http Client whoami.cgi NTLM Client Kind of confused and stuck, appreciate your thoughts on this. |
to use active directory, you have you have to use an ldap url ! |
ldap url where in the Apache config. Can you share an example. |
ldap://10.12.13.1/DC=nasa,DC=gov |
Got it i should have read the readme file. Will check and let you guys know. |
Worked thanks Oetiker |
Urlparse modules in python <2.6.6 do not parse correctly ldap URLs (even though http URLs are fine).
As a result, PyAuthenNTLM2 does not work when connecting to an ADS via LDAP.
An untested fix exists on the "urlparse_replacement" branch.
The text was updated successfully, but these errors were encountered: