From: <mi...@st...> - 2007-12-12 14:37:46
|
Fernando Ribeiro wrote: > > The problem was fixed using ldap.VERSION with ldap.VERSION3: > > self.conn.set_option(ldap.VERSION, ldap.VERSION3) Strange, since ldap.VERSION3 is the default explicitly set when creating a LDAPObject instance. Unless you formerly set this to ldap.VERSION2 before in your code it's unlikely that this was the solution. Ciao, Michael. |