Re: passwordcheck: Log cracklib diagnostics

2020-08-27 Thread Peter Eisentraut
On 2020-08-25 15:32, Laurenz Albe wrote: On Tue, 2020-08-25 at 13:48 +0200, Daniel Gustafsson wrote: On 25 Aug 2020, at 12:20, Peter Eisentraut wrote: A user tried to use the cracklib build-time option of the passwordcheck module. This failed, as it turned out because there was no dictionar

Re: passwordcheck: Log cracklib diagnostics

2020-08-25 Thread Laurenz Albe
On Tue, 2020-08-25 at 13:48 +0200, Daniel Gustafsson wrote: > > On 25 Aug 2020, at 12:20, Peter Eisentraut > > wrote: > > > > 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

Re: passwordcheck: Log cracklib diagnostics

2020-08-25 Thread Daniel Gustafsson
> On 25 Aug 2020, at 12:20, Peter Eisentraut > wrote: > > 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 exi

passwordcheck: Log cracklib diagnostics

2020-08-25 Thread Peter Eisentraut
0:00 2001 From: Peter Eisentraut Date: Tue, 25 Aug 2020 12:12:42 +0200 Subject: [PATCH] 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. Ch