Re: [GENERAL] The easiest and robust way of configuring password pass through mechanism..

2010-02-14 Thread dipti shah
Thanks John for reply. Users can connect to database server in either way(from same computer or remote). Currently by default all users are able to connect to database as pg_hba file has been configured to TRUST for all users. I am planning to remove these all users and want only specific groups

Re: [GENERAL] The easiest and robust way of configuring password pass through mechanism..

2010-02-14 Thread John R Pierce
dipti shah wrote: Hi, I am aware of now almost all the authentication mechanisms that PostGreSQL supports. My basic requirement is to don't ask for password (allowed users in pg_hba file) when user connects to the server. What could be the easiest and robust method to configure this? I am loo

[GENERAL] The easiest and robust way of configuring password pass through mechanism..

2010-02-14 Thread dipti shah
Hi, I am aware of now almost all the authentication mechanisms that PostGreSQL supports. My basic requirement is to don't ask for password (allowed users in pg_hba file) when user connects to the server. What could be the easiest and robust method to configure this? I am looking for passing throug