summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>1999-07-24 17:11:50 +0000
committergreen <green@FreeBSD.org>1999-07-24 17:11:50 +0000
commit27952eea1cab2f31c1ab9b11a38929c62734a745 (patch)
tree55ea28941dd1a910f1c782d0664d9a093a68d6e3 /usr.sbin
parentc608ce2e3b2c045d4948cd88a5972bda009c033c (diff)
downloadFreeBSD-src-27952eea1cab2f31c1ab9b11a38929c62734a745.zip
FreeBSD-src-27952eea1cab2f31c1ab9b11a38929c62734a745.tar.gz
Correct a groff error in macro usage ("foo : bar" becomes "``foo: bar''").
Document the auth -n flag.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/inetd/inetd.812
1 files changed, 9 insertions, 3 deletions
diff --git a/usr.sbin/inetd/inetd.8 b/usr.sbin/inetd/inetd.8
index 450e811..0e6d425 100644
--- a/usr.sbin/inetd/inetd.8
+++ b/usr.sbin/inetd/inetd.8
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)inetd.8 8.3 (Berkeley) 4/13/94
-.\" $Id: inetd.8,v 1.37 1999/07/23 15:37:39 green Exp $
+.\" $Id: inetd.8,v 1.38 1999/07/23 15:49:34 sheldonh Exp $
.\"
.Dd February 7, 1996
.Dt INETD 8
@@ -359,18 +359,24 @@ should take the place of this entry.
Currently, the only internal service to take arguments is
.Dq auth .
Without options, the service will always return
-.Dq ERROR : HIDDEN-USER .
+.Dq ERROR\ : HIDDEN-USER .
The available arguments to this service that alter its behaviour are:
.Bl -tag -width indent
.It Fl r
Offer a real
.Dq auth
-service, as per RFC 1413.
+service, as per RFC 1413. All the following flags apply only in this case.
.It Fl f
If the file
.Pa .fakeid
exists in the home directory of the identified user, report the username
found in that file instead of the real username.
+.It Fl n
+If the file
+.Pa .noident
+exists in the home directory of the identified user, return
+.Dq ERROR\ : HIDDEN-USER .
+instead.
.It Fl o Ar osname
Use
.Ar osname
OpenPOWER on IntegriCloud