LDAP Auth with Secure Login

0
I followed the gitStack LDAP Auth setup instructions and had my doubts as to whether it would work and it didn’t.  My Active Directory LDAP will be locked down to some degree. I get a Stronger Authentication Required error message.  Using Fiddler, I can see the LDAP  python module is failing with “Strong(er) authentication required” Is there a way to use gss auth instead of SSL?  If I have to use SSL, what do I need to do to set it up?  
Tags: asked June 28, 2012

4 Answers

0
Are you using Microsoft Active Directory?
0
Correct
0
Our test active directory server has been created using this tutorial :
http://forevergeeks.com/how-to-install-active-directory-on-windows-2008/
How does your Active Directory differs from ours?
0
The install may be similar, but after being installed, the configuration is changed in accordance with the following AD guides here: http://iase.disa.mil/stigs/a-z.html#A Basic authentication is not allowed. Even over SSL, basic authentication is still a vulnerability because the password ends up having to be stored someplace and will appear in the logs at one or both ends.

Your Answer

Please login to post questions.