Noisy output with SASL-Authentication

Michael Ströder michael at stroeder.com
Mon Jan 26 17:41:59 CET 2004


Johannes Beigel wrote:
> 
> I use python-ldap with SASL/Digest-MD5 authentication. With each 
> sasl_bind_s() I get output like:
> 
>   SASL/DIGEST-MD5 authentication started
>   SASL username: admin at gandalf
>   SASL SSF: 128
>   SASL installing layers

Post your code.

Watch out for:
ldap.initialize(... , trace_level=) and 
ldap.set_option(ldap.OPT_DEBUG_LEVEL, ... )

Ciao, Michael.



More information about the python-ldap mailing list