RE: md5 and trust and pg_hba.conf
David Raymond <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.sql,gmane.comp.db.postgresql.novice |
|---|---|
| Message-ID | <VI1PR07MB0784E0119ECF7B23FCAACE7E87050@VI1PR07MB0784.eurprd07.prod.outlook.com> |
Not a problem. You're always free to remove or obscure private info when posting to a public list, especially things like IP addresses. We just recommend leaving a note of that in case "something else here" is actually important. So you could say: Here's pg_hba.conf (names have been changed to protect the innocent): #stuff here for specific other databases I'm not trying to connect to host all all ip-of-the-server/32 md5 host all user1 ip-of-the-server/32 trust host all user1 all md5 host all user2 ip-of-the-server/32 trust host all user2 all md5 Then if we think the problem is in the redacted section we can suggest what to look for in there. From: Rossi, Maria [mailto:[email protected]] Sent: Monday, September 10, 2018 3:47 PM To: 'Sameer Kumar' Cc: [email protected]; [email protected] Subject: RE: md5 and trust and pg_hba.conf Hi, I think, I got it . Thanks for pointing me to the right direction. ... Sorry for hesitating to post the entire pg_hba.conf. Thanks again. Maria