postgresql/contrib/passwordcheck
Peter Eisentraut 924123a87f passwordcheck: Log cracklib diagnostics
When calling cracklib to check the password, the diagnostic from
cracklib was thrown away.  This would hide essential information such
as no dictionary being installed.  Change this to show the cracklib
error message using errdetail_log().

Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Reviewed-by: Laurenz Albe <laurenz.albe@cybertec.at>
Discussion: https://www.postgresql.org/message-id/flat/f7266133-618a-0adc-52ef-f43c78806b0e%402ndquadrant.com
2020-08-28 08:18:24 +02:00
..
expected Simplify new test suite handling of passwordcheck 2017-11-02 12:57:04 -04:00
sql Simplify new test suite handling of passwordcheck 2017-11-02 12:57:04 -04:00
.gitignore passwordcheck: Add test suite 2017-09-14 22:23:00 -04:00
Makefile Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
passwordcheck.c passwordcheck: Log cracklib diagnostics 2020-08-28 08:18:24 +02:00