As per DES's prodding, document _all_ the arguments to inetd's auth
service. This includes the -o "operating system" argument and the -t "timeout" argument.
This commit is contained in:
parent
b1678c7cad
commit
95bbb04328
@ -30,7 +30,7 @@
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" from: @(#)inetd.8 8.3 (Berkeley) 4/13/94
|
||||
.\" $Id: inetd.8,v 1.35 1999/07/11 08:32:24 green Exp $
|
||||
.\" $Id: inetd.8,v 1.36 1999/07/16 15:41:14 sheldonh Exp $
|
||||
.\"
|
||||
.Dd February 7, 1996
|
||||
.Dt INETD 8
|
||||
@ -359,7 +359,7 @@ 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
|
||||
@ -371,6 +371,12 @@ 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 o Ar name
|
||||
Specify the operating system to be reported. It defaults to that returned by
|
||||
.Fn uname .
|
||||
.It Fl t Ar timeout
|
||||
Change the timeout from the default 10 seconds to a time specified in
|
||||
"sec" or "sec.usec" formats.
|
||||
.El
|
||||
.Pp
|
||||
The
|
||||
|
Loading…
Reference in New Issue
Block a user