Re: [HACKERS] pg_hba.conf
От | Tom Lane |
---|---|
Тема | Re: [HACKERS] pg_hba.conf |
Дата | |
Msg-id | 26854.914860542@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | pg_hba.conf (Angelos Karageorgiou <angelos@incredible.com>) |
Список | pgsql-hackers |
Angelos Karageorgiou <angelos@incredible.com> writes: > in pg_hba.conf when my netmask is 255.255.255.0 like below the authentication > mechanism works fine > host databank x.y.z.12 255.255.255.0 ident sameuser > but if I change my netmask to 255.255.255.255 like below it does not work > any more. Am I doing something wrong or did I not understand thing correctly? > host databank x.y.z.12 255.255.255.255 ident sameuser I use 255.255.255.255 netmask and it works as expected for me... do you still see this problem now that you have fixed your libc and database setup problems? Also, what do you mean by "it does not work"? Does it fail to let in new connections from the intended host, or improperly let in connections from other hosts? regards, tom lane PS: I assume you've double-checked that the intended host really is x.y.z.12, and not x.y.z.something-else...
В списке pgsql-hackers по дате отправления: