Re: Configuration questions

From: Francisco Reyes <lists(at)stringsutils(dot)com>
To: Kevin Crain <kevin(dot)crain1(at)gmail(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Configuration questions
Date: 2010-04-06 18:45:05
Message-ID: cone.1270579505.757273.18171.1000@shelca
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Kevin Crain writes:

> How do I configure postgres to lock a user's account after X failed login
> attempts, where X is an arbitrary number.

Don't think there is a way to do that.
Perhaps using an authentication mechanism that supports that and then using
it to connect to Postgres..
This page may be of interest:
http://www.postgresql.org/docs/current/static/auth-methods.html

> Also is there a way to limit the number of concurrent connections on a per
> account basis?

Don't think there is an option for that either.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Scott Marlowe 2010-04-06 18:58:57 Re: Postgresql-8.4 won't boot at startup on 9.10
Previous Message Tom Lane 2010-04-06 18:38:46 Re: Postgresql-8.4 won't boot at startup on 9.10