forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7bb78b2
committed
Have config_sspi_auth() permit IPv6 localhost connections.
Windows versions later than Windows Server 2003 map "localhost" to ::1.Account for that in the generated pg_hba.conf, fixing another oversightin commitf6dc6dd. Back-patch to 9.0,like that commit.David Rowley and Noah Misch1 parent5c86658 commit7bb78b2
2 files changed
+30
-0
lines changedLines changed: 26 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1039 | 1039 |
| |
1040 | 1040 |
| |
1041 | 1041 |
| |
| 1042 | + | |
1042 | 1043 |
| |
1043 | 1044 |
| |
1044 | 1045 |
| |
| |||
1058 | 1059 |
| |
1059 | 1060 |
| |
1060 | 1061 |
| |
| 1062 | + | |
| 1063 | + | |
| 1064 | + | |
| 1065 | + | |
| 1066 | + | |
| 1067 | + | |
| 1068 | + | |
| 1069 | + | |
| 1070 | + | |
| 1071 | + | |
| 1072 | + | |
| 1073 | + | |
| 1074 | + | |
| 1075 | + | |
| 1076 | + | |
| 1077 | + | |
| 1078 | + | |
| 1079 | + | |
| 1080 | + | |
| 1081 | + | |
| 1082 | + | |
| 1083 | + | |
1061 | 1084 |
| |
1062 | 1085 |
| |
1063 | 1086 |
| |
| |||
1089 | 1112 |
| |
1090 | 1113 |
| |
1091 | 1114 |
| |
| 1115 | + | |
| 1116 | + | |
| 1117 | + | |
1092 | 1118 |
| |
1093 | 1119 |
| |
1094 | 1120 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
307 | 307 |
| |
308 | 308 |
| |
309 | 309 |
| |
| 310 | + | |
310 | 311 |
| |
311 | 312 |
| |
312 | 313 |
| |
| |||
332 | 333 |
| |
333 | 334 |
| |
334 | 335 |
| |
| 336 | + | |
335 | 337 |
| |
336 | 338 |
| |
337 | 339 |
| |
| |||
561 | 563 |
| |
562 | 564 |
| |
563 | 565 |
| |
| 566 | + | |
| 567 | + | |
564 | 568 |
| |
565 | 569 |
| |
566 | 570 |
| |
|
0 commit comments
Comments
(0)