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! ---------------------------(end of broadcast)---------------------------TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@xxxxxxxxxxxxxx so that your message can get through to the mailing list cleanly