| From: | "Sejin Oh" <soh(at)cyberix(dot)com> |
|---|---|
| To: | <pgsql-admin(at)postgreSQL(dot)org> |
| Subject: | |
| Date: | 1998-05-27 05:24:00 |
| Message-ID: | 003301bd892f$a8ae37e0$66c708cf@sejinoh.cyberix.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
In my pg_hda.conf:
local all
password passwd
host all 127.0.0.1 255.255.255.255 password passwd
then made password file using pg_passwd utility and made pg_guest user:
[postgres(at)turbo data]$ pg_passwd passwd
Username: pg_guest
New password:
Re-enter new password:
[postgres(at)turbo data]$ more passwd
pg_guest:BNCVMQvaZsLXs
then when i try to connect to database I get this error message:
[postgres(at)turbo data]$ psql -u temple
Username: pg_guest
Password:
Connection to database 'temple' failed.
FATAL 1: SetUserId: user "pg_guest" is not in "pg_shadow"
Can anyone help me what is the solution for this FATAL 1: SetUserId: user
"pg_guest" is not in "pg_shadow" error?
Thanks in advance.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Przemyslaw Bak | 1998-05-27 06:22:09 | |
| Previous Message | John Darrington | 1998-05-27 03:31:03 | User Groups in V 6.1 ? |