[python-ldap] GSSAPI and Active Directory

Michael Ströder michael at stroeder.com
Sat Sep 3 14:33:14 CEST 2011


Rob McBroom wrote:
> On Sep 2, 2011, at 2:26 PM, Michael Ströder wrote:
> 
>> I'd first set trace_level to 2 to check whether the bind method is called at all.
>>
>> http://www.python-ldap.org/doc/html/ldap.html#ldap.initialize
> 
> I’ll try it next time I’m at work. I know the bind is happening (and
> succeeding) because I’m using WireShark to watch the whole thing, but maybe
> the increased trace level will provide other clues.

wireshark tells you what happens on the wire but the trace_level tells you
what happens within your application at python-ldap API level. So it's quite
different.

Ciao, Michael.


More information about the python-ldap mailing list