Re: STRONG_AUTH_REQUIRED

2007-12-12 Thread Michael Ströder
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.VERS

Re: STRONG_AUTH_REQUIRED

2007-12-12 Thread Fernando Ribeiro
Hi Michael, On Dec 12, 2007 12:00 PM, Michael Ströder <[EMAIL PROTECTED]> wrote: > > 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. >

Re: STRONG_AUTH_REQUIRED

2007-12-12 Thread Fernando Ribeiro
Hi James, The problem was fixed using ldap.VERSION with ldap.VERSION3: self.conn.set_option(ldap.VERSION, ldap.VERSION3) Thanks Att, -- - - Fernando Ribeiro - +55-61-8438-5806 ---

Re: STRONG_AUTH_REQUIRED

2007-12-11 Thread James Andrewartha
On Tue, 2007-12-11 at 17:15 -0200, Fernando Ribeiro wrote: > How to fix STRONG_AUTH_REQUIRED error? (My ldapserver is master) > I'm receiving this error while using modify(dn, modlist) > I have a bind with rootdn and rootpw right. How are you connecting and binding to the server