Re: [pypy-dev] using python-ldap under pypy

2015-12-11 Thread Maciej Fijalkowski
Hi Elmir. I would say that it should work, however, subtle bugs are a bit expected. I'm happy to help you debug it, let me know how I can reproduce it. On Fri, Dec 11, 2015 at 4:07 PM, Elmir Jagudin wrote: > Hi > > I'm trying to run an application under pypy that authenticates user with > LDAP.

[pypy-dev] using python-ldap under pypy

2015-12-11 Thread Elmir Jagudin
Hi I'm trying to run an application under pypy that authenticates user with LDAP. It is using python-ldap module and it fails to lookup the users. The problem is in python-ldap's c extension code. When it converts the LDAP search query from python format to C, parts of the query are corrupted. I