Re: [389-devel] [lib389] Deref control advice needed

2015-08-26 Thread William Brown
In relation to ticket 47757, I have started work on a deref control for Noriko. The idea is to get it working in lib389, then get it upstreamed into pyldap. At this point it's all done, except that the actual request control doesn't appear to work. Could one of the lib389 / ldap python

[389-devel] Lib389 Aci parsing utilities

2015-08-26 Thread William Brown
https://fedorahosted.org/389/ticket/48259 https://fedorahosted.org/389/attachment/ticket/48259/0001-Add-aci-parsing-utilit ies-which-will-return-an-Entry.patch Relies on https://fedorahosted.org/389/ticket/48253 Sincerely, -- William Brown will...@blackhats.net.au -- 389-devel mailing list

Re: [389-devel] [lib389] Deref control advice needed

2015-08-26 Thread Rich Megginson
On 08/26/2015 03:28 AM, William Brown wrote: In relation to ticket 47757, I have started work on a deref control for Noriko. The idea is to get it working in lib389, then get it upstreamed into pyldap. At this point it's all done, except that the actual request control doesn't appear to work.

Re: [389-devel] [lib389] Deref control advice needed

2015-08-26 Thread William
I would appreciate if anyone could take a look at this, and let me know if there is something I have missed. Not sure, but here is some code I did without using pyasn: https://github.com/richm/scripts/blob/master/derefctrl.py This is quite old by now, and is probably bit rotted with