Re: Password Security Standarts on PostgreSQL - Mailing list pgsql-general

From Albe Laurenz
Subject Re: Password Security Standarts on PostgreSQL
Date
Msg-id A737B7A37273E048B164557ADEF4A58B057BBC0D@ntex2010a.host.magwien.gv.at
Whole thread Raw
In response to Re: Password Security Standarts on PostgreSQL  (Victor Yegorov <vyegorov@gmail.com>)
Responses Re: Password Security Standarts on PostgreSQL
List pgsql-general
Victor Yegorov wrote:
> 2013/3/8 Albe Laurenz <laurenz.albe@wien.gv.at>
>> This way you can also force a certain password expiry date
>> (PostgreSQL does not have a password life time).
> 
> What bout ALTER ROLE ... VALID UNTIL 'timestamp' ?

That's the password expiry date.

Oracle's concept is different: it sets a limit on the time
between password changes.
There is no such thing in PostgreSQL.

Yours,
Laurenz Albe

pgsql-general by date:

Previous
From: Victor Yegorov
Date:
Subject: Re: Password Security Standarts on PostgreSQL
Next
From: Carlos Mennens
Date:
Subject: Can't Drop Role