RE: md5 and trust and pg_hba.conf

Поиск
Список
Период
Сортировка
От David Raymond
Тема RE: md5 and trust and pg_hba.conf
Дата
Msg-id VI1PR07MB0784E0119ECF7B23FCAACE7E87050@VI1PR07MB0784.eurprd07.prod.outlook.com
обсуждение исходный текст
Ответ на RE: md5 and trust and pg_hba.conf  ("Rossi, Maria" <maria.rossi@jackson.com>)
Список pgsql-sql
Not a problem. You're always free to remove or obscure private info when posting to a public list, especially things
likeIP 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:maria.rossi@jackson.com] 
Sent: Monday, September 10, 2018 3:47 PM
To: 'Sameer Kumar'
Cc: pgsql-sql@lists.postgresql.org; pgsql-novice@lists.postgresql.org
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


В списке pgsql-sql по дате отправления:

Предыдущее
От: "Rossi, Maria"
Дата:
Сообщение: RE: md5 and trust and pg_hba.conf
Следующее
От: "Voillequin, Jean-Marc"
Дата:
Сообщение: create policy/using expression