Re: Problems with authentication

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Frans Haarman <frans(at)haarman(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Problems with authentication
Date: 2003-01-22 20:00:17
Message-ID: 20030122200017.GA7375@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Tue, Jan 21, 2003 at 20:14:56 +0100,
Frans Haarman <frans(at)haarman(dot)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.

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Matt Mello 2003-01-22 20:55:22 Re: Failed to compile 7.3.1 under Sol7 - can't find libz.so
Previous Message Andrew Sullivan 2003-01-22 19:30:02 Re: Failed to compile 7.3.1 under Sol7 - can't find libz.so (I think)