Re: Password Security Standarts on PostgreSQL

From: Victor Yegorov <vyegorov(at)gmail(dot)com>
To: Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)at>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Password Security Standarts on PostgreSQL
Date: 2013-03-08 11:20:37
Message-ID: CAGnEbogD5QLrOJNVRGXd4B9DQFoog0MWBg=qeADS52xrU8PKHA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

2013/3/8 Albe Laurenz <laurenz(dot)albe(at)wien(dot)gv(dot)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' ?

--
Victor Y. Yegorov

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Emre Hasegeli 2013-03-08 11:27:16 PostgreSQL 9.2.3 performance problem caused Exclusive locks
Previous Message Albe Laurenz 2013-03-08 10:18:24 Re: Password Security Standarts on PostgreSQL