Re: [Pacemaker] postgresql RA problem [SOLVED]

2009-09-21 Thread E-Blokos
- Original Message - From: "Serge Dubrouski" To: Sent: Sunday, September 20, 2009 9:22 PM Subject: Re: [Pacemaker] postgresql RA problem [SOLVED] Ok. I reviewed what was changed and I'm afraid that these changes are no good. Using PGPASSWORD variable isn't reco

Re: [Pacemaker] postgresql RA problem [SOLVED]

2009-09-20 Thread E-Blokos
- Original Message - From: "Serge Dubrouski" To: Sent: Sunday, September 20, 2009 9:22 PM Subject: Re: [Pacemaker] postgresql RA problem [SOLVED] Ok. I reviewed what was changed and I'm afraid that these changes are no good. Using PGPASSWORD variable isn't reco

Re: [Pacemaker] postgresql RA problem [SOLVED]

2009-09-20 Thread Serge Dubrouski
Ok. I reviewed what was changed and I'm afraid that these changes are no good. Using PGPASSWORD variable isn't recommended because it's considered as insecure. Putting DBA password into pacemaker configuration brings even more security issues. .pgpass file shall be used instead when password authen

Re: [Pacemaker] postgresql RA problem [SOLVED]

2009-09-20 Thread Serge Dubrouski
Can you provide your change as a diff patch? On Sat, Sep 19, 2009 at 11:22 PM, E-Blokos wrote: > For whos are interested to have more password security with Postgresql > until now the RA didn't work if db user in pg_hba.conf was set on other than > "trust", > otherwise  psql command always ask pa

Re: [Pacemaker] postgresql RA problem [SOLVED]

2009-09-19 Thread E-Blokos
- Original Message - From: E-Blokos To: pacema...@clusterlabs.org Sent: Sunday, September 20, 2009 1:22 AM Subject: postgresql RA problem [SOLVED] For whos are interested to have more password security with Postgresql until now the RA didn't work if db user in pg_hba.con