https://bugs.openldap.org/show_bug.cgi?id=9656
Ondřej Kuzník ondra@mistotebe.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |IN_PROGRESS Ever confirmed|0 |1
--- Comment #12 from Ondřej Kuzník ondra@mistotebe.net --- Hi, you can find a fix for the crash when pwdCheckModuleArg is not provided in here: https://git.openldap.org/openldap/openldap/-/merge_requests/391
This targets 2.6, there is a slight tweak you'd have to make for it to compile with 2.5, just adjust the arguments to realloc_error_message() as seen elsewhere in the file.
It is possible that using "ppm.so" verbatim (a relative path), some version of ppm was found and loaded, but this is not always going to work for you (depending on how slapd is built and started) so it's discouraged. Also from 2.6 onward, this option is moved into ppolicy configuration and checked when it's set.