Re: Experiments with pyasn1 and preread control

2007-07-20 Thread Michael Ströder
Andreas Hasenack wrote: > > Does web2ldap have any special handling of the back-config entries? Not up to now. But using the LDIF and HTML templates pre-configured for cn=config name space is quite handy. You can contact me off-list if you need further information on that. You might find some th

Re: Experiments with pyasn1 and preread control

2007-07-20 Thread Andreas Hasenack
On Thu, Jul 19, 2007 at 05:03:12PM +0200, Michael Ströder wrote: > Andreas Hasenack wrote: > > On Thu, Jul 19, 2007 at 01:21:07PM +0200, Michael Ströder wrote: > >> Hello Andreas, > >> > >> I've added your demo script to python-ldap's CVS as > >> Demo/pyasn1/prereadcontrol.py. I'd appreciate if you

Re: Experiments with pyasn1 and preread control

2007-07-19 Thread Michael Ströder
Andreas Hasenack wrote: > On Thu, Jul 19, 2007 at 01:21:07PM +0200, Michael Ströder wrote: >> Hello Andreas, >> >> I've added your demo script to python-ldap's CVS as >> Demo/pyasn1/prereadcontrol.py. I'd appreciate if you could implement the >> decodeControlValue() method with pyasn1. > > I think

Re: Experiments with pyasn1 and preread control

2007-07-19 Thread Andreas Hasenack
On Thu, Jul 19, 2007 at 01:21:07PM +0200, Michael Ströder wrote: > Hello Andreas, > > I've added your demo script to python-ldap's CVS as > Demo/pyasn1/prereadcontrol.py. I'd appreciate if you could implement the > decodeControlValue() method with pyasn1. I think that would be more difficult, the

Re: Experiments with pyasn1 and preread control

2007-07-19 Thread Michael Ströder
Hello Andreas, I've added your demo script to python-ldap's CVS as Demo/pyasn1/prereadcontrol.py. I'd appreciate if you could implement the decodeControlValue() method with pyasn1. Ciao, Michael. Andreas Hasenack wrote: > I have been having fun with controls. Today I tried to use the Pre-Read >