From: Mark R. <mr...@ok...> - 2004-12-11 18:43:47
|
On Sat, 2004-12-11 at 13:36 +0100, Michael Str=F6der wrote: > >=20 > > Are you sure that the code and python-ldap causes the problem? > >=20 > > Which LDAP server and which version is it? >=20 > It'd be also useful to know which versions of OpenLDAP libs, cyrus-sasl=20 > and heimdal are used with python-ldap. >=20 > Note that this combination is rather fragile. Please use current=20 > versions of all these... Hi, Michael. I'm not sure how to test outside of python-ldap. I guess I could try duplicating the code in C, but that would take me some time as I'm not much of a C hacker. I'm on Ubuntu. Relevant versions of software are: SERVER: slapd: 2.1.30 libkrb53: 1.3.4 libsasl2: 2.1.19 libsasl2-gssapi-mit: 2.1.18 CLIENT: libsasl2: 2.1.19 libsasl2-gssapi-mit: 2.1.18 python-ldap: 2.0.4 I guess I'll have to try upgrading my openldap stuff, but I am hoping to be able to deploy this app on debian systems where this is the latest version (due to their patch to use gnutls instead of openssl not having been ported yet). Can anyone else maybe try to run the example code I provided and see if it causes problems for them? Thanks, Mark Roach |