Re: brute force attacking the password - Mailing list pgsql-admin

From Bruno Wolff III
Subject Re: brute force attacking the password
Date
Msg-id 20050419112304.GB10314@wolff.to
Whole thread Raw
In response to Re: brute force attacking the password  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-admin
On Mon, Apr 18, 2005 at 16:55:45 -0400,
  Bruce Momjian <pgman@candle.pha.pa.us> wrote:
>
> I would like to pick something that matches what a typical Unix system
> does because I think the _fancy_ solutions actually cause weird problems
> like denial-of-service attacks by just trying to log in.
>
> How do typical open source Unix's handle it?  It think they slow down
> prompting for a password --- but as I remember we only allow one
> password attempt per connection so that is already covered.

Can't people use PAM to get this effect if they want it?

For most people password guessing isn't going to be a big problem as
the database won't be accessible from totally untrusted places and watching
the log files for guessing will probably be a good enough solution.

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: Lock file
Next
From: Wim Bertels
Date:
Subject: Re: brute force attacking the password