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
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
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
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