Re: PostgreSQL db password policy

From: David Fetter <david(at)fetter(dot)org>
To: sudesh mohane <smohane(at)gmail(dot)com>
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: PostgreSQL db password policy
Date: 2018-12-04 19:32:18
Message-ID: 20181204193217.GJ20931@fetter.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Tue, Dec 04, 2018 at 05:15:25PM +0530, sudesh mohane wrote:
> > Hello Team,
> >
> > We are using PostgreSQL db for one of our projects. By default DB
> > accepts any password. However client need password policy.
> >
> > We want to implement password policy (e.g. password expiry, password
> > length etc) in PostgreSQL.

Unless your client has regulatory requirements for password
expiration, you should discourage them in the strongest possible terms
from implementing one.

https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/SoLongAndNoThanks.pdf

Best,
David.
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Paquier 2018-12-05 01:08:17 Re: PostgreSQL db password policy
Previous Message Anthony Sotolongo 2018-12-04 14:57:53 Re: PostgreSQL db password policy