Chris Dukes wrote:
> The following patch allows the LDAP_OPT_X_TLS_PROTOCOL_MIN to work with
> libldap2-dev 2.4.9-0ubuntu0
Thanks. I've committed this patch in HEAD. Please test.
Ciao, Michael.
--
Come build with us! The
Chris Dukes wrote:
>
> I went to check my patch to provide msgid in a result exception against
> 2.3.10.
> I have found a problem on constants.c
> [..]
> Modules/constants.c:185: error: ‘LDAP_OPT_X_TLS_PROTOCOL_MIN’ undeclared
> (first use in this function)
Should be
#ifdef LDAP_OPT_X_TLS_PROTOC
The following patch allows the LDAP_OPT_X_TLS_PROTOCOL_MIN to work with
libldap2-dev 2.4.9-0ubuntu0
Thanks,
Chris Dukes
Only in python-ldap/build: bdist.linux-i686
Only in python-ldap/build/lib.linux-i686-2.5: _ldap.so
Only in python-ldap: dist
Only in python-ldap/Lib/python_ldap.egg-info: native_
Michael,
I went to check my patch to provide msgid in a result exception against
2.3.10.
I have found a problem on constants.c
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall
-Wstrict-prototypes -fPIC -DHAVE_LIBLDAP_R -DHAVE_SASL -DHAVE_TLS
-DLDAPMODULE_VERSION=2.3.10 -IModules -I
Michael Ströder wrote:
> There are some fixes waiting to be released as version 2.3.10.
>
> See current CHANGES:
> http://python-ldap.cvs.sourceforge.net/viewvc/python-ldap/python-ldap/CHANGES
>
> So please test current CVS HEAD on various platforms.
Did anybody here test anything?
Ciao, Michae
HI!
There are some fixes waiting to be released as version 2.3.10.
See current CHANGES:
http://python-ldap.cvs.sourceforge.net/viewvc/python-ldap/python-ldap/CHANGES
So please test current CVS HEAD on various platforms.
Ciao, Michael.
---