From: <mi...@st...> - 2004-01-26 16:42:15
|
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@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. |