svn rev #24335: trunk/src/gen-manpages/
ghudson@MIT.EDU
ghudson at MIT.EDU
Mon Sep 20 14:25:18 EDT 2010
http://src.mit.edu/fisheye/changelog/krb5/?cs=24335
Commit By: ghudson
Log Message:
Adjust the k5login man page to have a slightly more neutral tone.
Changed Files:
U trunk/src/gen-manpages/k5login.M
Modified: trunk/src/gen-manpages/k5login.M
===================================================================
--- trunk/src/gen-manpages/k5login.M 2010-09-20 12:27:08 UTC (rev 24334)
+++ trunk/src/gen-manpages/k5login.M 2010-09-20 18:25:18 UTC (rev 24335)
@@ -12,26 +12,26 @@
file in root's home directory, thereby granting system administrators
remote root access to the host via Kerberos.
.SH EXAMPLES
-Suppose the user "janedoe" had a
+Suppose the user "alice" had a
.B .k5login
file in her home directory containing the following line:
.sp
.nf
.in +1i
-johndoe at FUBAR.ORG
+bob at FUBAR.ORG
.in -1i
.fi
.sp
-This would allow her husband "johndoe" to use any of the Kerberos
-network applications, such as
+This would allow "bob" to use any of the Kerberos network
+applications, such as
.IR telnet (1),
.IR rlogin (1),
.IR rsh (1),
and
.IR rcp (1),
-to access her account, using his own Kerberos tickets.
+to access alice's account, using bob's Kerberos tickets.
.PP
-Let us further suppose that "janedoe" is a system administrator. She
+Let us further suppose that "alice" is a system administrator. Alice
and the other system administrators would have their principals in
root's
.B .k5login
@@ -39,17 +39,16 @@
.sp
.nf
.in +1i
-janedoe at BLEEP.COM
+alice at BLEEP.COM
joeadmin/root at BLEEP.COM
.in -1i
.fi
.sp
This would allow either system administrator to log in to these hosts
using their Kerberos tickets instead of having to type the root
-password. Note that because "janedoe"'s husband retains the Kerberos
-tickets for his own principal, "johndoe at FUBAR.ORG", he would not have
-any of the privileges that require his wife's tickets, such as root
-access to any of her site's hosts, or the ability to change her
-password.
+password. Note that because "bob" retains the Kerberos tickets for
+his own principal, "bob at FUBAR.ORG", he would not have any of the
+privileges that require alice's tickets, such as root access to any of
+the site's hosts, or the ability to change alice's password.
.SH SEE ALSO
telnet(1), rlogin(1), rsh(1), rcp(1), ksu(1), telnetd(8), klogind(8)
More information about the cvs-krb5
mailing list