[1606] in Kerberos-V5-bugs
K5.5 rlogin man page
daemon@ATHENA.MIT.EDU (Joe Ramus)
Thu Aug 24 20:41:53 1995
Date: Thu, 24 Aug 95 17:41:39 PDT
From: ramus@nersc.gov (Joe Ramus)
To: krb5-bugs@MIT.EDU
The K5.5 rlogin command has options for ticket forwarding.
But those options are not specified in the K5 man page file.
Here is a patch to add those options.
*** src/appl/bsd/,rlogin.M Tue Aug 1 12:12:00 1995
--- src/appl/bsd/rlogin.M Thu Aug 24 11:18:19 1995
***************
*** 32,37 ****
--- 32,41 ----
.B \-c
] [
.B \-a
+ ] [
+ .B \-f
+ ] [
+ .B \-F
] [
.B \-t
termtype ] [
***************
*** 52,57 ****
--- 56,62 ----
.B \-l
username ]
.br
+ .PP
rhost [
\fB\-e\fR\fIc\fR
] [
***************
*** 60,65 ****
--- 65,74 ----
.B \-c
] [
.B \-a
+ ] [
+ .B \-f
+ ] [
+ .B \-F
] [
.B \-t
termtype ] [
***************
*** 156,161 ****
--- 165,180 ----
option forces the remote machine to ask for a password by sending a null local
username. This option has no effect unless the standard UCB rlogin is
executed in place of the Kerberos rlogin (see above).
+ .PP
+ The
+ .B \-f
+ option forwards the local credentials to the remote system
+ but marks the remote credentials as Non-forwardable.
+ .PP
+ The
+ .B \-F
+ option forwards the local credentials to the remote system
+ and marks the remote credentials as Forwardable.
.PP
The
.B \-t