View Single Post

   
  #1 (permalink)  
Old 04-17-2008, 07:49 PM
patrimith
 
Posts: n/a
Default 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.....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

Reply With Quote