Re: [GENERAL] User authentication blues - Mailing list pgsql-general

From Maarten Boekhold
Subject Re: [GENERAL] User authentication blues
Date
Msg-id Pine.SUN.3.91.980730202705.4036A-100000@dutepp0.et.tudelft.nl
Whole thread Raw
In response to Re: [GENERAL] User authentication blues  (Jeffrey Napolitano <jnapoli@setech.com>)
List pgsql-general
On Thu, 30 Jul 1998, Jeffrey Napolitano wrote:

> Your pg_hba.conf listing does not include a password FILE - the format
> is:
>
> host    allowedDB's    IPaddys        mask    AUTHTYPE    PASSWORDFILE
>                         (such as    (such as
>                         "password",    "mypasswords")
>                         "trust", etc)

AFAIK in the newer versions of PostgreSQL (6.3.2) this is not needed
anymore because the password is stored in a system table (pg_shadow, only
readable by the postgres superuser).

Maarten

_____________________________________________________________________________
| TU Delft, The Netherlands, Faculty of Information Technology and Systems  |
|                   Department of Electrical Engineering                    |
|           Computer Architecture and Digital Technique section             |
|                          M.Boekhold@et.tudelft.nl                         |
-----------------------------------------------------------------------------


pgsql-general by date:

Previous
From: "Jackson, DeJuan"
Date:
Subject: RE: [GENERAL] Strange behaviour ?
Next
From: Maarten Boekhold
Date:
Subject: Re: [GENERAL] User authentication blues