https://bugs.openldap.org/show_bug.cgi?id=10455
--- Comment #1 from Ondřej Kuzník ondra@mistotebe.net --- On Thu, Feb 26, 2026 at 10:19:10AM +0000, openldap-its@openldap.org wrote:
In slapd/overlays/memberof.c, the callback
memberof_saveMember_cb()
uses two assert statements for the sr_entry and its e_attrs pointer in sequence. This makes the service abort on an empty group. If the use of rs->sr_entry->e_attrs is just protected by a test of the e_attrs pointer, the code does not abort and allows empty groups.
Hi Roger, could you provide a configuration where this happens?
Thanks,