Re: check for user validity

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: check for user validity
Дата
Msg-id 20040227143750.GB22237@wolff.to
обсуждение исходный текст
Ответ на check for user validity  (Alexander Cohen <alex@toomuchspace.com>)
Список pgsql-general
On Thu, Feb 26, 2004 at 22:17:14 -0500,
  Alexander Cohen <alex@toomuchspace.com> wrote:
> I know in advance all the information a user to start up a connection
> to postgres and do queries. I would like to be able to check and see if
> that user will be able to connect with his current crudentials. Is this
> at all possible? If so, how?

Try to connect to the database as them and see whether or not the
connection is successful.

To do this in general without trying to connect you will need to have knowledge
about the contents of pg_hba.cong and pg_ident.conf. If you know that they
will have access to the database and the application is running as a
postgres superuser, you can check a username and password by looking at
pg_shadow.

В списке pgsql-general по дате отправления:

Предыдущее
От: Sezai YILMAZ
Дата:
Сообщение: Re: PostgreSQL insert speed tests
Следующее
От: Michael Chaney
Дата:
Сообщение: Re: Case of strings