From: <mi...@st...> - 2004-01-31 12:29:21
|
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. |