Re: Rejecting weak passwords - Mailing list pgsql-hackers

From Albe Laurenz
Subject Re: Rejecting weak passwords
Date
Msg-id D960CB61B694CF459DCFB4B0128514C203937F68@exadv11.host.magwien.gv.at
Whole thread Raw
In response to Re: Rejecting weak passwords  (Aidan Van Dyk <aidan@highrise.ca>)
List pgsql-hackers
Aidan Van Dyk wrote:
> Can we have the check password hook function called in both the
> plaintext/encrypted case, with a flag as to whether it's encrypted or
> not?

It will be called in both cases, and I figured that you can
check yourself the same way that PostgreSQL does:
If isMD5(password), then it is treated as an encrypted password.

Yours,
Laurenz Albe


pgsql-hackers by date:

Previous
From: Zdenek Kotala
Date:
Subject: hstore crasesh on 64bit Sparc
Next
From: Tom Lane
Date:
Subject: Re: Rejecting weak passwords