Noisy output with SASL-Authentication

Michael Ströder michael at stroeder.com
Thu Jan 29 20:52:59 CET 2004


Johannes Beigel wrote:

 >
 >   self.ldap = ldap.initialize(uri, trace_level=0)
 >   self.ldap.set_option(ldap.OPT_DEBUG_LEVEL, 0)


Try to set this globally not only in your LDAPObject instance:

ldap.set_option(ldap.OPT_DEBUG_LEVEL, 0)

Ciao, Michael.




More information about the python-ldap mailing list