Re: [GENERAL] Enforcing password standards

2010-06-14 Thread Joshua Tolley
On Fri, Jun 11, 2010 at 10:40:29AM -0700, DM wrote: Thanks everyone, I will wait for Postgres 9.0 to implement this feature then. Thanks The contrib module supports enforcement of only some of the things you've listed you want. For other items on your list (notably renewal), you're better

Re: [GENERAL] Enforcing password standards

2010-06-11 Thread Joshua Tolley
On Thu, Jun 10, 2010 at 06:01:24PM -0700, DM wrote: How to force postgres users to follow password standards and renewal policies? Thanks Deepak 9.0 will ship with a contrib module called passwordcheck which will enforce some of these things, FWIW. -- Joshua Tolley / eggyknap End

Re: [GENERAL] Enforcing password standards

2010-06-11 Thread DM
Thanks everyone, I will wait for Postgres 9.0 to implement this feature then. Thanks Thanks Deepak On Fri, Jun 11, 2010 at 10:30 AM, Joshua Tolley eggyk...@gmail.com wrote: On Thu, Jun 10, 2010 at 06:01:24PM -0700, DM wrote: How to force postgres users to follow password standards and

[GENERAL] Enforcing password standards

2010-06-10 Thread DM
How to force postgres users to follow password standards and renewal policies? Thanks Deepak

Re: [GENERAL] Enforcing password standards

2010-06-10 Thread Scott Marlowe
On Thu, Jun 10, 2010 at 7:01 PM, DM dm.a...@gmail.com wrote: How to force postgres users to follow password standards and renewal policies? Use some form of external authentication. -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription:

Re: [GENERAL] Enforcing password standards

2010-06-10 Thread Stephen Frost
* DM (dm.a...@gmail.com) wrote: How to force postgres users to follow password standards and renewal policies? It's not trivial, sadly. Regarding renewal, you can use the 'valid until' role parameter to implement a only good until mechanism, and then update that using a security definer