[pgadmin-support] pgAdmin III 1.6.2 sends plaintext password
Greetings List! I'm trying get remote management of postrgesql on Ubuntu 5.10 set up. I am hoping to set up authentication in pg_hba.conf as host all all 192.168.0.0/0 md5 but I wasn't successful. When I relaxed it to: host all all 192.168.0.0/0 password everything worked fine. Can someone let me know how to configure pgAdmin so that it sends the password md5 encrypted? Thanks, Patrick Smith http://www.openengagement.com -- View this message in context: http://www.nabble.com/pgAdmin-III-1.6.2-sends-plaintext-password-tf3235755.html#a8992548 Sent from the PostgreSQL - pgadmin support mailing list archive at Nabble.com. ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings
Re: [pgadmin-support] pgAdmin III 1.6.2 sends plaintext password
Andy Shellam (Mailing Lists) wrote: > > What is the value of "password_encryption" in your PostgreSQL server's > postgresql.conf file? > > [EMAIL PROTECTED] ~]# cat /endeavour/dbstore/postgresql.conf|grep > 'password_encryption' > password_encryption = on > [EMAIL PROTECTED] ~]# > That's the value in my PostgreSQL server's postgresql.conf. Are you saying that pgAdmin knows the password_encryption setting for the server? I'd like to be able to connect using both plaintext and md5-encrypted passwords to the same server depending on the environment in which the client lives. -- View this message in context: http://www.nabble.com/pgAdmin-III-1.6.2-sends-plaintext-password-tf3235755.html#a8994189 Sent from the PostgreSQL - pgadmin support mailing list archive at Nabble.com. ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings