passwordcheck: Log cracklib diagnostics - Mailing list pgsql-hackers

From Peter Eisentraut
Subject passwordcheck: Log cracklib diagnostics
Date
Msg-id f7266133-618a-0adc-52ef-f43c78806b0e@2ndquadrant.com
Whole thread Raw
Responses Re: passwordcheck: Log cracklib diagnostics  (Daniel Gustafsson <daniel@yesql.se>)
List pgsql-hackers
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

Attachment

pgsql-hackers by date:

Previous
From: Anastasia Lubennikova
Date:
Subject: [PATCH] Automatic HASH and LIST partition creation
Next
From: Gavin Flower
Date:
Subject: Re: Hybrid Hash/Nested Loop joins and caching results from subplans