Re: [GENERAL] User authentication blues

Поиск
Список
Период
Сортировка
От Maarten Boekhold
Тема Re: [GENERAL] User authentication blues
Дата
Msg-id Pine.SUN.3.91.980730202705.4036A-100000@dutepp0.et.tudelft.nl
обсуждение исходный текст
Ответ на Re: [GENERAL] User authentication blues  (Jeffrey Napolitano <jnapoli@setech.com>)
Список 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 по дате отправления:

Предыдущее
От: "Jackson, DeJuan"
Дата:
Сообщение: RE: [GENERAL] Strange behaviour ?
Следующее
От: Maarten Boekhold
Дата:
Сообщение: Re: [GENERAL] User authentication blues