Re: SASL GSSAPI under Win32 (was: Connection to AD on windows)

2009-08-10 Thread Torsten Kurbad
Hi list, >> Im using the 2.3.9 release I got here: >> http://svn.kmrc.de/download/distribution/contrib/ > These are .egg files built by Torsten. Not sure what he did regarding > Kerberos. Sorry for my late reply. To be honest, I did nothing regarding Kerberos. I just compiled a very stripped d

Re: SASL GSSAPI under Win32 (was: Connection to AD on windows)

2009-08-05 Thread Waldemar Osuch
2009/8/5 Michael Ströder : > Jeroen Michiel wrote: >> > > I'm pretty sure SASL bind with GSSAPI mech is not supported with the Win32 > builds. Therefore I changed the subject line to trigger attention of the > relevant readers. > > The OpenLDAP libs are usually compiled against heimdal or MIT Kerb

SASL GSSAPI under Win32 (was: Connection to AD on windows)

2009-08-05 Thread Michael Ströder
Jeroen Michiel wrote: > > I'm trying to get python-ldap working on a windows machine to authenticate > users against an Active Directory server. However, I'm getting the weirdest > things... > > This is what I'm trying: > > import ldap, ldap.sasl > > conn = ldap.initialize('ldap://blabla') > co

Connection to AD on windows

2009-08-05 Thread Jeroen Michiel
Hi, I'm trying to get python-ldap working on a windows machine to authenticate users against an Active Directory server. However, I'm getting the weirdest things... This is what I'm trying: import ldap, ldap.sasl conn = ldap.initialize('ldap://blabla') conn.set_option(ldap.OPT_PROTOCOL_VERSI