[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: slapd dies when using SLAPI plugins (ITS#3924)



>From what I can infer from his previous postings, his plugin is __using__
>the value of the password to update some external storage.  According to
>his last posting, now it appears to succeed, but slapd's password doesn't
>get updated accordingly.  Either slapd is failing from some good reason,
>or slapi code is not letting the operation pass thru as expected, since I
>assume that from inside a pre-operation plugin one cannot unintendedly
>modify the datum that slapd will later see.  The required feedback would
>be:

Maybe he could set a breakpoint on the DB modify function and see whether
op->orm_modlist contains the userPassword modfication.

-- Luke

--