Re: User to get locked after three wrong login attempts.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Praneel Devisetty <devisettypraneel(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: User to get locked after three wrong login attempts.
Date: 2018-09-04 14:06:04
Message-ID: 30655.1536069964@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Praneel Devisetty <devisettypraneel(at)gmail(dot)com> writes:
> We have a requirement , where we require a user to get locked after three
> wrong login attempts.

The usual recommendation is to configure Postgres to use PAM
authentication; then you can set up any weird requirements like
this one in the PAM configuration.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Dave Cramer 2018-09-04 14:22:14 Re: postgresql Logical Replication Stream fails with “Database connection failed when reading from copy”
Previous Message Dave Cramer 2018-09-04 12:40:52 Re: postgresql Logical Replication Stream fails with “Database connection failed when reading from copy”