Re: ldpad(8): fix deletion of individual attribute values

2017-02-11 Thread Philip Guenther
On Mon, 6 Feb 2017, Robert Klein wrote: > TL;DR: OpenBSD's ldapd(8) has issues when deleting individual attribute > values. Patch below. I've committed it with some whitespace and comment style tweaks. Thanks for poking on this again! Philip Guenther

Re: ldpad(8): fix deletion of individual attribute values

2017-02-09 Thread Matthew Weigel
On 2017-02-06 1:31, Robert Klein wrote: TL;DR: OpenBSD's ldapd(8) has issues when deleting individual attribute values. Patch below. I am not an OpenBSD developer, so take what I have to say with that in mind... I haven't had a chance to test this yet, but looking at your code and reading the

ldpad(8): fix deletion of individual attribute values

2017-02-05 Thread Robert Klein
TL;DR: OpenBSD's ldapd(8) has issues when deleting individual attribute values. Patch below. ZHANG Huangbin reported a misbehaviour in ldapd(8)'s MOD_DELETE operation when connecting to ldapd(8) with the python-ldap library. In ldapd(8) The MOD_DELETE operation always deletes all values of an a