Re: ldap controls

2007-09-20 Thread Matej Vela
Stefan Gohmann <[EMAIL PROTECTED]> writes: > Am Donnerstag, 20. September 2007 10:57 schrieb Michael Ströder: >> In the source distribution: >> >> Demo/page_control.py >> Demo/ldapcontrols.py >> Demo/matchedvalues.py > > Ah, these files are not in the debian package. Thanks. Actually, they're in

Re: Python LDAP version availability

2007-11-20 Thread Matej Vela
"Thomas Crawley" <[EMAIL PROTECTED]> writes: > I need to get my hands on an version 2.2.1 of Python-LDAP. > > I am trying to install Python LDAP and have run into the same problem > which this guy had. > > [1]http://sourceforge.net/mailarchive/forum.php?thread_name=7fc4c9060709131427y4e536238g3fac

Re: Who is using python-ldap with Python 1.5.x and 2.0-2.2?

2008-06-16 Thread Matej Vela
Ryan Lovett <[EMAIL PROTECTED]> writes: > On Mon, Jun 16, 2008 at 03:48:39PM +0200, Michael Ströder wrote: >> I'd like to hear from the Python community whether support for Python >> version prior to 2.3 is still needed in python-ldap. Please tell me >> which Python version you're using and why it

Re: Who is using python-ldap with Python 1.5.x and 2.0-2.2?

2008-06-16 Thread Matej Vela
Michael Ströder <[EMAIL PROTECTED]> writes: > And how about OpenLDAP libs and gnutls? Yes, I'm nagging here, but > because of very good reasons. I don't see it as nagging at all, you're perfectly right not to support modifications you're not comfortable with. I hope we provide a reasonable leve

Re: Error while building

2008-08-06 Thread Matej Vela
Sig <[EMAIL PROTECTED]> writes: > I can't build python-ldap-2.3.5. What should I do ? > > My steps: > - downloaded the 2.3.5 tarball from sourceforge > - tar xvzf ... > - python setup.py build > - The error and output messages are attached to this email. > > My setup: > - Python 2.5.2 > - libldap-

Re: SunStudio compile

2008-08-22 Thread Matej Vela
Anil <[EMAIL PROTECTED]> writes: > I am trying to compile python ldap with SunStudio, I get this error. Any > idea? [...] > "Modules/options.c", line 108: Error: Formal argument 1 of type > ldapcontrol** in call to LDAPControl_List_DEL(ldapcontrol**) is being > passed void*. The type checking

Re: SunStudio compile

2008-08-25 Thread Matej Vela
Michael Ströder <[EMAIL PROTECTED]> writes: > Matej Vela wrote: >> The type checking seems to be a bit overzealous. Try changing line 108 >> of Modules/options.c from >> >> LDAPControl_List_DEL(ptr); >> >> to >> >> LDA

Re: SunStudio compile

2008-08-25 Thread Matej Vela
Anil <[EMAIL PROTECTED]> writes: > Thanks, that worked! I am able to compile it now, but if I enable sasl, > it also fails: > > "Modules/LDAPObject.c", line 568: Warning: String literal converted to > char* in formal argument format in call to > _PyObject_CallMethod_SizeT(_object*, char*, char*

Re: SunStudio compile

2008-08-25 Thread Matej Vela
Michael Ströder <[EMAIL PROTECTED]> writes: > I will commit this change. Thanks. > Please also examine > > http://python-ldap.cvs.sourceforge.net/python-ldap/python-ldap/Modules/LDAPObject.c?r1=1.79&r2=1.80 > > http://python-ldap.cvs.sourceforge.net/python-ldap/python-ldap/Modules/options.c?r1=1

Re: problem using python-ldap under fcgi

2008-08-27 Thread Matej Vela
Michael Ströder <[EMAIL PROTECTED]> writes: > But let's look at the blog entry which convinced you to try patching > python-ldap (see > http://www.notes.xythian.net/2007/10/24/python-cdb-032-52ubuntu2-with-python-25-causes-double-free-corruption-crash-on-dealloc/): > > "Some other searching sugg