Re: create user, user exists - Mailing list pgsql-general

From Richard Huxton
Subject Re: create user, user exists
Date
Msg-id 006301c0ae51$6b7e57c0$1001a8c0@archonet.com
Whole thread Raw
In response to create user, user exists  (Ron Peterson <ron.peterson@yellowbank.com>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: New PostgreSQL session monitor
Next
From: "Christian Marschalek"
Date:
Subject: RE: ssl connections with psql