[email protected] wrote: > When using memberOf overlay, a MODRDN request on a member does not update > correctly the matching group, even if the memberof-refint option is set to > true. > > In my little understanding, memberof_value_modify calls op->o_bd->be_modify > which calls back the overlay code, and finally never reach the backend.
Guess what, modrdn is the only operation test052 does not check :( WOrking at it. Thanks, p.
