summaryrefslogtreecommitdiffstats
path: root/usr.sbin/inetd/inetd.8
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2000-03-28 01:10:35 +0000
committergreen <green@FreeBSD.org>2000-03-28 01:10:35 +0000
commit5a96429bd9b5a44415f952c5f06ee1e632916e0c (patch)
treed290e3a0e844afc85c15506190c7a255ce650bee /usr.sbin/inetd/inetd.8
parentd7295a1a39d1518cf454629be7cb8e3e0623831d (diff)
downloadFreeBSD-src-5a96429bd9b5a44415f952c5f06ee1e632916e0c.zip
FreeBSD-src-5a96429bd9b5a44415f952c5f06ee1e632916e0c.tar.gz
Allow using "-d username" without "-r". Example:
auth stream tcp nowait root internal auth -d "Only fools trust ident"
Diffstat (limited to 'usr.sbin/inetd/inetd.8')
-rw-r--r--usr.sbin/inetd/inetd.89
1 files changed, 6 insertions, 3 deletions
diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8
index 38ed541..62b2726 100644
--- a/usr.sbin/inetd/inetd.8
+++ b/usr.sbin/inetd/inetd.8
@@ -436,11 +436,14 @@ Without options, the service will always return
The available arguments to this service that alter its behavior are:
.Bl -tag -width indent
.It Fl d Ar fallback
-Instead of returning an error if getting the socket credentials or
+If the real ident service is enabled, return this user for every
+request.
+If the real ident service is disabled, then this flag, instead of
+returning an error if getting the socket credentials or
looking up the user name fails, return a default
.Ar fallback
-user name to the requesting ident client. This is primarily useful
-when running this service on a NAT machine.
+user name to the requesting ident client.
+This is primarily useful when running this service on a NAT machine.
.It Fl t Ar sec[.usec]
Specify a timeout for the service.
The default timeout is 10.0 seconds.
OpenPOWER on IntegriCloud