[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: (ITS#5711) Password Modify Exop don't return ppolicy control in case of error
Guillaume.Rousse@inria.fr wrote:
> When Password Modify ExOp fails, due to ppolicy restrictions, it doesn't return
> any ppolicy control.
Right: the control is created and attached to SlapReply, but the
callback is slap_cb_null(), and the control is removed from SlapReply
and destroyed before ppolicy_modify() returns. This is because extended
ops do not directly send response, but rather delegate it to the
frontend. I don't see an easy solution, other than taking response into
the exop handlers.
p.
Ing. Pierangelo Masarati
OpenLDAP Core Team
SysNet s.r.l.
via Dossi, 8 - 27100 Pavia - ITALIA
http://www.sys-net.it
-----------------------------------
Office: +39 02 23998309
Mobile: +39 333 4963172
Fax: +39 0382 476497
Email: ando@sys-net.it
-----------------------------------