|
From: Michael <mi...@st...> - 2001-10-02 17:57:40
|
Joe Little wrote: > > what is the openldap 2.x module name from cvs.. I just pulled > "python-ldap" using the anonymous instructions, and it pulled a copy > with all UFN/etc support still there. like Christian said, he built > against the current CVS tree. Is this tree "the openldap 2.x" tree like > I think it is. If so, it is littered with ufn/url support :) OpenLDAP 2 support not yet there in CVS. The most recent and complete OpenLDAP 2 patch I have is the one by Steffen Ries <ste...@sy...> who tried to come up with something against CVS containing all the memory leak fixes applied, Konstantin's patches, Stig's suggestions and his own STARTTLS support. Not sure about the ufn* stuff though. I've built it against OpenLDAP 2.0.16engineering from CVS. It works but still seg faults a lot. Could be an issue with my local installation with OpenLDAP 1.2.13 hanging around in /usr/lib although /usr/local/openldap2/lib/libldap.so.2 is used. This patched module is used for running web2ldap's online-demo at http://sites.inka.de:8002/web2ldap with Python 2. Ciao, Michael. |
|
From: Christian W. <cw...@4i...> - 2001-10-02 18:06:11
|
Michael, where can I get the OpenLDAP 2.0.16engineering version ? I can test it on my machine because I don't run openldap 1.x Christian Am Tuesday 02 October 2001 19:57 schrieb Michael Ströder: > Joe Little wrote: > > what is the openldap 2.x module name from cvs.. I just pulled > > "python-ldap" using the anonymous instructions, and it pulled a copy > > with all UFN/etc support still there. like Christian said, he built > > against the current CVS tree. Is this tree "the openldap 2.x" tree like > > I think it is. If so, it is littered with ufn/url support :) > > OpenLDAP 2 support not yet there in CVS. > > The most recent and complete OpenLDAP 2 patch I have is the one by > Steffen Ries <ste...@sy...> who tried to come up with > something against CVS containing all the memory leak fixes applied, > Konstantin's patches, Stig's suggestions and his own STARTTLS > support. Not sure about the ufn* stuff though. I've built it against > OpenLDAP 2.0.16engineering from CVS. It works but still seg faults a > lot. Could be an issue with my local installation with OpenLDAP > 1.2.13 hanging around in /usr/lib although > /usr/local/openldap2/lib/libldap.so.2 is used. > > This patched module is used for running web2ldap's online-demo at > http://sites.inka.de:8002/web2ldap with Python 2. > > Ciao, Michael. > > _______________________________________________ > Python-LDAP-dev mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/python-ldap-dev |
|
From: Konstantin C. <Kon...@da...> - 2001-10-03 09:04:01
|
Hi All,
A small update on what I'm doing:
I have merged Steffen Ries's and my patches and built python-ldap with
OpenLDAP-2.0.15. I then installed web2ldap-0.9.5 to do some tests.
For what I need it, it works fine. But there still may be problems in other
areas.
I think it's OK to commit the patches to the current branch of CVS. Your
suggestions?
And, yes, as there are no ldap_ufn_* functions in OpenLDAP-2.x, they are made
conditional (#if LDAP_API_VERSION < 2000) in the patches.
The other known issue is the ldap_rebind_proc callback function, which
incompatible in OpenLDAP-1.x and 2.x (both arguments, result and behaviour).
This requires more study.
Regards,
Konstantin.
Christian Wiese wrote:
> Michael,
>
> where can I get the OpenLDAP 2.0.16engineering version ?
> I can test it on my machine because I don't run openldap 1.x
>
> Christian
>
> Am Tuesday 02 October 2001 19:57 schrieb Michael Ströder:
> > Joe Little wrote:
> > > what is the openldap 2.x module name from cvs.. I just pulled
> > > "python-ldap" using the anonymous instructions, and it pulled a copy
> > > with all UFN/etc support still there. like Christian said, he built
> > > against the current CVS tree. Is this tree "the openldap 2.x" tree like
> > > I think it is. If so, it is littered with ufn/url support :)
> >
> > OpenLDAP 2 support not yet there in CVS.
> >
> > The most recent and complete OpenLDAP 2 patch I have is the one by
> > Steffen Ries <ste...@sy...> who tried to come up with
> > something against CVS containing all the memory leak fixes applied,
> > Konstantin's patches, Stig's suggestions and his own STARTTLS
> > support. Not sure about the ufn* stuff though. I've built it against
> > OpenLDAP 2.0.16engineering from CVS. It works but still seg faults a
> > lot. Could be an issue with my local installation with OpenLDAP
> > 1.2.13 hanging around in /usr/lib although
> > /usr/local/openldap2/lib/libldap.so.2 is used.
> >
> > This patched module is used for running web2ldap's online-demo at
> > http://sites.inka.de:8002/web2ldap with Python 2.
> >
> > Ciao, Michael.
> >
> > _______________________________________________
> > Python-LDAP-dev mailing list
> > Pyt...@li...
> > https://lists.sourceforge.net/lists/listinfo/python-ldap-dev
>
> _______________________________________________
> Python-LDAP-dev mailing list
> Pyt...@li...
> https://lists.sourceforge.net/lists/listinfo/python-ldap-dev
--
* * Konstantin Chuguev Francis House
* * Application Engineer 112 Hills Road
* Tel: +44 1223 302992 Cambridge CB2 1PQ
D A N T E WWW: http://www.dante.net United Kingdom
|
|
From: Joe L. <jl...@op...> - 2001-10-03 15:32:38
|
please do commit... the effort to get current CS to work with Steffen's=20= patches has been problematic on my end. I'd like there to be concensus=20= (ie CVS committed) on what is the ideal 2.x version. I also think that=20= the version number should be officially increased to 1.11alpha or=20 whatever. On Wednesday, October 3, 2001, at 02:03 AM, Konstantin Chuguev wrote: > Hi All, > > A small update on what I'm doing: > I have merged Steffen Ries's and my patches and built python-ldap with > OpenLDAP-2.0.15. I then installed web2ldap-0.9.5 to do some tests. > For what I need it, it works fine. But there still may be problems in=20= > other > areas. > > I think it's OK to commit the patches to the current branch of CVS. = Your > suggestions? > > And, yes, as there are no ldap_ufn_* functions in OpenLDAP-2.x, they=20= > are made > conditional (#if LDAP_API_VERSION < 2000) in the patches. > The other known issue is the ldap_rebind_proc callback function, which > incompatible in OpenLDAP-1.x and 2.x (both arguments, result and=20 > behaviour). > This requires more study. > > Regards, > Konstantin. > > Christian Wiese wrote: > >> Michael, >> >> where can I get the OpenLDAP 2.0.16engineering version ? >> I can test it on my machine because I don't run openldap 1.x >> >> Christian >> >> Am Tuesday 02 October 2001 19:57 schrieb Michael Str=F6der: >>> Joe Little wrote: >>>> what is the openldap 2.x module name from cvs.. I just pulled >>>> "python-ldap" using the anonymous instructions, and it pulled a = copy >>>> with all UFN/etc support still there. like Christian said, he built >>>> against the current CVS tree. Is this tree "the openldap 2.x" tree=20= >>>> like >>>> I think it is. If so, it is littered with ufn/url support :) >>> >>> OpenLDAP 2 support not yet there in CVS. >>> >>> The most recent and complete OpenLDAP 2 patch I have is the one by >>> Steffen Ries <ste...@sy...> who tried to come up with >>> something against CVS containing all the memory leak fixes applied, >>> Konstantin's patches, Stig's suggestions and his own STARTTLS >>> support. Not sure about the ufn* stuff though. I've built it against >>> OpenLDAP 2.0.16engineering from CVS. It works but still seg faults a >>> lot. Could be an issue with my local installation with OpenLDAP >>> 1.2.13 hanging around in /usr/lib although >>> /usr/local/openldap2/lib/libldap.so.2 is used. >>> >>> This patched module is used for running web2ldap's online-demo at >>> http://sites.inka.de:8002/web2ldap with Python 2. >>> >>> Ciao, Michael. >>> >>> _______________________________________________ >>> Python-LDAP-dev mailing list >>> Pyt...@li... >>> https://lists.sourceforge.net/lists/listinfo/python-ldap-dev >> >> _______________________________________________ >> Python-LDAP-dev mailing list >> Pyt...@li... >> https://lists.sourceforge.net/lists/listinfo/python-ldap-dev > > -- > * * Konstantin Chuguev Francis House > * * Application Engineer 112 Hills Road > * Tel: +44 1223 302992 Cambridge CB2 1PQ > D A N T E WWW: http://www.dante.net United Kingdom > > > > > _______________________________________________ > Python-LDAP-dev mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/python-ldap-dev > |
|
From: Michael <mi...@st...> - 2001-10-03 16:13:09
|
Joe Little wrote: > > please do commit... the effort to get current CS to work with Steffen's > patches has been problematic on my end. I'd like there to be concensus > (ie CVS committed) on what is the ideal 2.x version. I also think that > the version number should be officially increased to 1.11alpha or > whatever. The version number symbol is already 1.11 for the OpenLDAP 1.2.x branch. It was decided ages ago that the OpenLDAP 2 based branch should get version numbers 2.x. Since we have a tagged CVS archive for the OpenLDAP 1.2.x branch (label OPENLDAP_1_BRANCH) I see no problem with Konstantin commiting his work now. Ciao, Michael. |