Re: create user, user exists

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: create user, user exists
Дата
Msg-id 006301c0ae51$6b7e57c0$1001a8c0@archonet.com
обсуждение исходный текст
Ответ на create user, user exists  (Ron Peterson <ron.peterson@yellowbank.com>)
Список pgsql-general
From: "Ron Peterson" <ron.peterson@yellowbank.com>

> I'm having a bit of authentication trouble.  I'm trying to use 'crypt'
> authentication.  PostgreSQL 7.1beta5.  My pg_hba.conf is as follows:
>
> #local all trust
> local all crypt passtest
>
> When I do 'local all trust', everything works fine.  When I invert the
> comment, it doesn't.
>

> Am I missing something?

Don't think so - I'm still on 7.1b3 and I get the same result. If I change
crypt to password everything is fine. For "local" it shouldn't make much
difference. Haven't had time to test it over a network.

- Richard Huxton


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: New PostgreSQL session monitor
Следующее
От: "Christian Marschalek"
Дата:
Сообщение: RE: ssl connections with psql