forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1beb70d
committed
For Kerberos testing, disable reverse DNS lookup
In our Kerberos test suite, there isn't much need to worry about thenormal canonicalization that Kerberos provides by looking up the reverseDNS for the IP address connected to, and in some cases it can activelycause problems (eg: a captive portal wifi where the normally notresolvable localhost address used ends up being resolved anyway, andnot to the domain we are using for testing, causing the entireregression test to fail with errors about not being able to get a TGTfor the remote realm for cross-realm trust).Therefore, disable it by adding rdns = false into the krb5.conf that'sgenerated for the test.Reviewed-By: Heikki LinnakangasDiscussion:https://postgr.es/m/Y/QD2zDkDYQA1GQt@tamriel.snowman.net1 parent027d29e commit1beb70d
1 file changed
+12
-0
lines changedLines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
88 | 99 |
| |
89 | 100 |
| |
90 | 101 |
| |
| |||
93 | 104 |
| |
94 | 105 |
| |
95 | 106 |
| |
| 107 | + | |
96 | 108 |
| |
97 | 109 |
| |
98 | 110 |
| |
|
0 commit comments
Comments
(0)