forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita99ec2b
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 parent8b70023 commita99ec2b
2 files changed
+29
-0
lines changedLines changed: 26 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1043 | 1043 |
| |
1044 | 1044 |
| |
1045 | 1045 |
| |
| 1046 | + | |
1046 | 1047 |
| |
1047 | 1048 |
| |
1048 | 1049 |
| |
| |||
1062 | 1063 |
| |
1063 | 1064 |
| |
1064 | 1065 |
| |
| 1066 | + | |
| 1067 | + | |
| 1068 | + | |
| 1069 | + | |
| 1070 | + | |
| 1071 | + | |
| 1072 | + | |
| 1073 | + | |
| 1074 | + | |
| 1075 | + | |
| 1076 | + | |
| 1077 | + | |
| 1078 | + | |
| 1079 | + | |
| 1080 | + | |
| 1081 | + | |
| 1082 | + | |
| 1083 | + | |
| 1084 | + | |
| 1085 | + | |
| 1086 | + | |
| 1087 | + | |
1065 | 1088 |
| |
1066 | 1089 |
| |
1067 | 1090 |
| |
| |||
1093 | 1116 |
| |
1094 | 1117 |
| |
1095 | 1118 |
| |
| 1119 | + | |
| 1120 | + | |
| 1121 | + | |
1096 | 1122 |
| |
1097 | 1123 |
| |
1098 | 1124 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
264 | 264 |
| |
265 | 265 |
| |
266 | 266 |
| |
| 267 | + | |
267 | 268 |
| |
268 | 269 |
| |
269 | 270 |
| |
| |||
454 | 455 |
| |
455 | 456 |
| |
456 | 457 |
| |
| 458 | + | |
| 459 | + | |
457 | 460 |
| |
458 | 461 |
| |
459 | 462 |
| |
|
0 commit comments
Comments
(0)