Re: PostgreSQL db password policy

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Anthony Sotolongo <asotolongo(at)gmail(dot)com>
Cc: smohane(at)gmail(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: PostgreSQL db password policy
Date: 2018-12-05 01:08:17
Message-ID: 20181205010817.GB2407@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Tue, Dec 04, 2018 at 11:57:53AM -0300, Anthony Sotolongo wrote:
> or check the extension passwordcheck_extra, by M. Paquier
> https://github.com/michaelpq/pg_plugins/tree/master/passwordcheck_extra
>
> password expiry you can use crear user with VALID UNTIL option

That's one possibility, I have no idea if anybody is packaging it
and I don't have any plans to submit new RPMs, so if this is not
available you will need to compile it yourself. Even with that, I think
that you had better avoid passing a raw password string through the
network.
--
Michael

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message sudesh mohane 2018-12-05 06:26:12 PostgreSQL db password policy
Previous Message David Fetter 2018-12-04 19:32:18 Re: PostgreSQL db password policy