forgot to mention superuser exception on -l flag
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 9 Dec 1988 01:29:49 +0000 (17:29 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 9 Dec 1988 01:29:49 +0000 (17:29 -0800)
SCCS-vsn: libexec/rshd/rshd.8 6.7
SCCS-vsn: libexec/rlogind/rlogind.8 6.6

usr/src/libexec/rlogind/rlogind.8
usr/src/libexec/rshd/rshd.8

index 917d6cf..52df677 100644 (file)
@@ -13,7 +13,7 @@
 .\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 .\" WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 .\"
 .\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 .\" WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 .\"
-.\"    @(#)rlogind.8   6.5 (Berkeley) %G%
+.\"    @(#)rlogind.8   6.6 (Berkeley) %G%
 .\"
 .TH RLOGIND 8 ""
 .UC 5
 .\"
 .TH RLOGIND 8 ""
 .UC 5
@@ -71,9 +71,9 @@ process as described in
 .IR rshd (8),
 but if automatic authentication fails, it reprompts the user
 to login as one finds on a standard terminal line.  The
 .IR rshd (8),
 but if automatic authentication fails, it reprompts the user
 to login as one finds on a standard terminal line.  The
-.I -p
+.I -l
 option prevents any authentication based on the user's
 option prevents any authentication based on the user's
-``.rhosts'' file.
+``.rhosts'' file, unless the user is the superuser.
 .PP
 The parent of the login process manipulates the master side of
 the pseduo terminal, operating as an intermediary
 .PP
 The parent of the login process manipulates the master side of
 the pseduo terminal, operating as an intermediary
index 02ed03f..642e971 100644 (file)
 .\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 .\" WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 .\"
 .\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
 .\" WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 .\"
-.\"    @(#)rshd.8      6.6 (Berkeley) %G%
+.\"    @(#)rshd.8      6.7 (Berkeley) %G%
 .\"
 .TH RSHD 8 ""
 .UC 5
 .SH NAME
 rshd \- remote shell server
 .SH SYNOPSIS
 .\"
 .TH RSHD 8 ""
 .UC 5
 .SH NAME
 rshd \- remote shell server
 .SH SYNOPSIS
-.B rshd [-p]
+.B rshd [-l]
 .SH DESCRIPTION
 .I Rshd
 is the server for the 
 .SH DESCRIPTION
 .I Rshd
 is the server for the 
@@ -87,7 +87,8 @@ file found in the user's home directory.  The
 .I -p
 option prevents
 .IR ruserok (3)
 .I -p
 option prevents
 .IR ruserok (3)
-from doing any validation based on the user's ``.rhosts'' file.
+from doing any validation based on the user's ``.rhosts'' file,
+unless the user is the superuser.
 .IP 9)
 A null byte is returned on the initial socket
 and the command line is passed to the normal login
 .IP 9)
 A null byte is returned on the initial socket
 and the command line is passed to the normal login