Re: Problems with authentication - Mailing list pgsql-admin

From Bruno Wolff III
Subject Re: Problems with authentication
Date
Msg-id 20030122200017.GA7375@wolff.to
Whole thread Raw
In response to Problems with authentication  (Frans Haarman <frans@haarman.com>)
List 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 by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: Failed to compile 7.3.1 under Sol7 - can't find libz.so (I think)
Next
From: Matt Mello
Date:
Subject: Re: Failed to compile 7.3.1 under Sol7 - can't find libz.so