From: | Kis János Tamás <kjt(at)takarnet(dot)hu> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | Re: Postgres User Password File???? |
Date: | 2007-09-12 07:34:35 |
Message-ID: | 200709120934.37529.kjt@takarnet.hu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
péntek 07 szeptember 2007 18.13 dátummal smiley2211 ezt írta:
> Hello all,
>
> Where do I find the PASSWORDs for users on Postgresql??? It seems
> connections are failing because user PROOT's password is not
> correct - where do I find out what it's set to - do I need to
> change it???
>
> DataObjects_Users : CONNECT :
> a:1:{s:32:"b8c77e08e3d43ac04152a2db76d9728a";O:8:"DB_Error":8:{s:20
>:"error_message_prefix";s:0:"";s:4:"mode";i:1;s:5:"level";i:1024;s:4
>:"code";i:-24;s:7:"message";s:24:"DB Error: connect
> failed";s:8:"userinfo";s:171:" [nativecode=Unable to connect to
> PostgreSQL server: FATAL: password authentication failed for user
> "proot"]
>
> Thanks...Michelle
Did you read the chapter 20.1 in PostgreSQL documentation?
Your pg_hba.conf is good?
If you can connect to template1, then you can to see the encrypted
passwords: SELECT rolname, rolpassword FROM pg_catalog.pg_authid; but
I think you don't need this...
Bye,
kjt
McAfee SCM 4.1 által ellenrizve!
From | Date | Subject | |
---|---|---|---|
Next Message | Jenny Nickel | 2007-09-12 08:04:31 | Error installing Postgres 8.2.4 |
Previous Message | Jenny Nickel | 2007-09-12 07:26:59 | Postgres8.2.4 Installation Error |