STRONG_AUTH_REQUIRED
Michael Ströder
michael at stroeder.com
Wed Dec 12 15:00:45 CET 2007
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.
More information about the python-ldap
mailing list