Re: Lock Postgres account after X number of failed logins?

From: Geoff Winkless <pgsqladmin(at)geoff(dot)dj>
To: Tim Cross <theophilusx(at)gmail(dot)com>
Cc: "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Lock Postgres account after X number of failed logins?
Date: 2020-05-06 08:33:29
Message-ID: CAEzk6fcdFV8atrrsDWRioitgj1cAobUDu1SdXhyofVPaxa9bfw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 6 May 2020 at 00:05, Tim Cross <theophilusx(at)gmail(dot)com> wrote:
> Where Tom's solution fails is with smaller companies that cannot afford
> this level of infrastructure.

Is there an objection to openldap? It's lightweight (so could
reasonably be run on the same hardware without significant impact),
BSD-ish and mature, and (with the password policy overlay) should
provide exactly the functionality the OP requested.

Geoff

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Paul Förster 2020-05-06 09:23:50 Re: Lock Postgres account after X number of failed logins?
Previous Message Christian Ramseyer 2020-05-06 02:18:29 Re: Lock Postgres account after X number of failed logins?