Re: Failed Login Attempts parameter

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Frank Cavaliero <fcavalie(at)us(dot)ibm(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Failed Login Attempts parameter
Date: 2012-11-14 21:21:14
Message-ID: 26205.1352928074@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Frank Cavaliero <fcavalie(at)us(dot)ibm(dot)com> writes:
> I've been searching the web and reviewing documentation, but I cannot find
> any reference to whether or not a parameter, for example,
> failed_login_attempts, exists in PostgreSQL that determines the number of
> attempts a user can make before being locked.

There is not in the core database code. But if you use PAM
authentication, there are plenty of pluggable modules that do that and
ninety-nine other specialized things you might wish to have in the
authentication code path.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message John R Pierce 2012-11-14 21:23:46 Re: High SYS CPU - need advise
Previous Message Vlad 2012-11-14 21:13:34 High SYS CPU - need advise