From: | "Richard Huxton" <dev(at)archonet(dot)com> |
---|---|
To: | "Ron Peterson" <ron(dot)peterson(at)yellowbank(dot)com>, <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: create user, user exists |
Date: | 2001-03-16 19:42:09 |
Message-ID: | 006301c0ae51$6b7e57c0$1001a8c0@archonet.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
From: "Ron Peterson" <ron(dot)peterson(at)yellowbank(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2001-03-16 19:52:33 | Re: create user, user exists |
Previous Message | Ross J. Reedstrom | 2001-03-16 19:34:45 | Re: [HACKERS] Problems with outer joins in 7.1beta5 |