Re: Problems with authentication

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Problems with authentication
Дата
Msg-id 20030122200017.GA7375@wolff.to
обсуждение исходный текст
Ответ на Problems with authentication  (Frans Haarman <frans@haarman.com>)
Список pgsql-admin
On Tue, Jan 21, 2003 at 20:14:56 +0100,
  Frans Haarman <frans@haarman.com> wrote:
> Hi,
>
> I am building a webapplication for school, as a project.
>
> Basicly I want users to connect with their postgresql password an
> username.
>
> I tried:
> local all password
>
> but then it asks for a password when booting the server, and I would
> like to have this done automaticly.
>
> Basicly I want everybody to require a password, and have the server
> startup automaticly.

In 7.3 there is a user column in the hba file that you can use to except
the web account from a password check.

Since you are using local, you might also consider using ident authentication.
If people aren't sharing accounts, this probably gives you what you want.

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

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: Failed to compile 7.3.1 under Sol7 - can't find libz.so (I think)
Следующее
От: Matt Mello
Дата:
Сообщение: Re: Failed to compile 7.3.1 under Sol7 - can't find libz.so