summaryrefslogtreecommitdiff
path: root/regress/README.regress
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-01-28 12:26:14 +1100
committerDarren Tucker <dtucker@zip.com.au>2004-01-28 12:26:14 +1100
commit4f9f6794c599c67c6ae6647ab5820cd1e36fca0d (patch)
tree5ff75e89be1e4a953994d69f5dd9f66bd7a5636c /regress/README.regress
parentec69203e45b8f567153a6e55396b048a67276d9b (diff)
- (dtucker) [regress/README.regress] Add tcpwrappers issue, noted by tim@
Diffstat (limited to 'regress/README.regress')
-rw-r--r--regress/README.regress10
1 files changed, 9 insertions, 1 deletions
diff --git a/regress/README.regress b/regress/README.regress
index 48048ab12..b479c6c07 100644
--- a/regress/README.regress
+++ b/regress/README.regress
@@ -82,5 +82,13 @@ Failed tests can be difficult to diagnose. Suggestions:
82 82
83Known Issues. 83Known Issues.
84 84
85- If you build with tcpwrappers and try to run the regression tests,
86 your hosts.allow must permit connections from localhost and from
87 "unknown". This is because some tests are performed via the loopback
88 interface, while others are done with "sshd -i" as a ProxyCommand. In
89 the latter case, when sshd calls getpeername() on the socket it will
90 fail (because it's not a tcp socket) and will be identified as
91 "unknown", which is then checked against tcpwrappers.
85 92
86$Id: README.regress,v 1.2 2004/01/26 17:37:09 tim Exp $ 93
94$Id: README.regress,v 1.3 2004/01/28 01:26:14 dtucker Exp $