From: Andreas H. <aha...@te...> - 2007-06-01 12:16:16
|
On Fri, Jun 01, 2007 at 12:51:08AM +0200, Michael Ströder wrote: > Andreas Hasenack wrote: > > > > Luckily in my case the OpenLDAP library already has a > > function called ldap_put_vrFilter() which I could use to do all the > > encoding of a ValuesReturn filter. > > [..] > > I will still see about the decode part and then post what I have. > > Since which version of OpenLDAP is ldap_put_vrFilter() present? Found it in the first public 2.3.x version (2.3.4) and also in late 2.2.x versions. I didn't check further back. So I guess it would be OK to use it, given that python-ldap currently requires openldap 2.3.x. |