From: | Jeremiah Davis <jdavis(at)gaslightmedia(dot)com> |
---|---|
To: | Drew Hamilton <drew(at)ichallenge(dot)net> |
Cc: | pgsql-admin(at)postgreSQL(dot)org |
Subject: | Re: [ADMIN] Password authentication failing...? |
Date: | 1998-08-10 15:43:59 |
Message-ID: | Pine.3.89.9808101131.A23407-0100000@onramp.freeway.net |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
you need to add the other users as postgres users..
createuser (username)
On Mon, 10 Aug 1998, Drew Hamilton wrote:
> Hi there!
>
> I've just installed Postgres and now I'm having problem with authentication.
> Everything works properly when I log on "directly" (logged on to UNIX as
> the same user as I'm logging onto Postgres):
>
> [postgres(at)urd pgsql]$ psql ichallenge
> Welcome to the POSTGRESQL interactive sql monitor:
> Please read the file COPYRIGHT for copyright terms of POSTGRESQL
>
> However, as soon as I try to use the "-u" option to specify a username
> and password, it fails, no matter who I'm logged on as:
>
> [postgres(at)urd pgsql]$ psql -h localhost -u ichallenge
> Username: postgres
> Password:
>
> Connection to database 'ichallenge' failed.
> PQexec() -- Request was sent to backend, but backend closed the channel before r
> esponding. This probably means the backend terminated abnormally before or whil
> e processing the request.
>
> I get the same results no matter who I'm logged into UNIX as. Once, I
> was lucky enough to get a different failure message, saying that plaintext
> password authentication had failed, but I can't duplicate it anymore.
>
> Can anyone help?
>
> - Drew
>
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Jeremiah Davis | 1998-08-10 17:39:02 | Re: [ADMIN] i need help in using pg!!! |
Previous Message | Florian Piekert | 1998-08-10 15:24:24 | subscribes |