masarati@aero.polimi.it wrote:
With your patch the response control is now decoded correctly and it behaves as expected for all operations except Modify DN Operation: It returns empty value lists for all attributes no matter how deleteoldrdn is set. The DN returned is correct.
I suspect ors_attrsonly is set by mistake. Please try this:
myop.ors_attrsonly = 0;
With your last patch everything works as expected now. Thanks a lot.
Great. I've committed it. Thanks, p.