forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5bd5968
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 parent0190f0a commit5bd5968
2 files changed
+30
-0
lines changedLines changed: 26 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1040 | 1040 |
| |
1041 | 1041 |
| |
1042 | 1042 |
| |
| 1043 | + | |
1043 | 1044 |
| |
1044 | 1045 |
| |
1045 | 1046 |
| |
| |||
1059 | 1060 |
| |
1060 | 1061 |
| |
1061 | 1062 |
| |
| 1063 | + | |
| 1064 | + | |
| 1065 | + | |
| 1066 | + | |
| 1067 | + | |
| 1068 | + | |
| 1069 | + | |
| 1070 | + | |
| 1071 | + | |
| 1072 | + | |
| 1073 | + | |
| 1074 | + | |
| 1075 | + | |
| 1076 | + | |
| 1077 | + | |
| 1078 | + | |
| 1079 | + | |
| 1080 | + | |
| 1081 | + | |
| 1082 | + | |
| 1083 | + | |
| 1084 | + | |
1062 | 1085 |
| |
1063 | 1086 |
| |
1064 | 1087 |
| |
| |||
1090 | 1113 |
| |
1091 | 1114 |
| |
1092 | 1115 |
| |
| 1116 | + | |
| 1117 | + | |
| 1118 | + | |
1093 | 1119 |
| |
1094 | 1120 |
| |
1095 | 1121 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
331 | 331 |
| |
332 | 332 |
| |
333 | 333 |
| |
| 334 | + | |
334 | 335 |
| |
335 | 336 |
| |
336 | 337 |
| |
| |||
356 | 357 |
| |
357 | 358 |
| |
358 | 359 |
| |
| 360 | + | |
359 | 361 |
| |
360 | 362 |
| |
361 | 363 |
| |
| |||
589 | 591 |
| |
590 | 592 |
| |
591 | 593 |
| |
| 594 | + | |
| 595 | + | |
592 | 596 |
| |
593 | 597 |
| |
594 | 598 |
| |
|
0 commit comments
Comments
(0)