- Notifications
You must be signed in to change notification settings - Fork5
Commit589b67d
committed
Add:
>> o Allow pg_hba.conf to specify host names along with IP addresses>> Host name lookup could occur when the postmaster reads the> pg_hba.conf file, or when the backend starts. Another> solution would be to reverse lookup the connection IP and> check that hostname against the host names in pg_hba.conf.> We could also then check that the host name maps to the IP> address.1 parent8325be2 commit589b67d
2 files changed
+19
-2
lines changedLines changed: 10 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
83 | 92 |
| |
84 | 93 |
| |
85 | 94 |
| |
|
Lines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
78 | 86 |
| |
79 | 87 |
| |
80 | 88 |
| |
|
0 commit comments
Comments
(0)