passwordcheck: Log cracklib diagnostics
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-08-25T10:20:21Z
Lists: pgsql-hackers
Attachments
- 0001-passwordcheck-Log-cracklib-diagnostics.patch (text/plain) patch 0001
A user tried to use the cracklib build-time option of the passwordcheck module. This failed, as it turned out because there was no dictionary installed in the right place, but the error was not properly reported, because the existing code just throws away the error message from cracklib. Attached is a patch that changes this by logging any error message returned from the cracklib call. -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
doc: Update cracklib URL
- 42aaed60c83f 14.0 landed
-
passwordcheck: Log cracklib diagnostics
- 924123a87f40 14.0 landed