From 8fc86de33e95efc5cdcd73131d97a2afd1ad935a Mon Sep 17 00:00:00 2001 From: Michael Meffie Date: Mon, 23 Sep 2013 21:23:27 -0400 Subject: [PATCH] doc: state klog.krb is obsolete State upfront that klog and klog.krb (v4) are obsolete. Update the klog.krb description and remove some redundant text. Change-Id: I6ede8084aebbd49c5a27aa427ef9782d99a347aa Reviewed-on: http://gerrit.openafs.org/10270 Reviewed-by: Derrick Brashear Tested-by: BuildBot --- doc/man-pages/pod1/klog.pod | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/doc/man-pages/pod1/klog.pod b/doc/man-pages/pod1/klog.pod index c49278b..0194450 100644 --- a/doc/man-pages/pod1/klog.pod +++ b/doc/man-pages/pod1/klog.pod @@ -31,6 +31,10 @@ B [B<-x>] S<<< [B<-principal> >] >>> =head1 DESCRIPTION +The B and B commands are obsolete and should not be used. +Instead, use B followed by B or B. See L and +L for more information. + The B command obtains an AFS token from the obsolete Authentication Server or a Kerberos KDC that speaks the same protocol, such as B or a Heimdal Kerberos KDC. The Cache Manager on the local machine stores @@ -38,9 +42,12 @@ the token in a credential structure in kernel memory and uses it when obtaining authenticated access to the AFS filespace. This command does not affect the issuer's identity (UNIX UID) in the local file system. -The B command is obsolete and should not be used. Instead, use -B followed by B or B. See L and -L for more information. +The B command obtains an AFS token from the obsolete Authentication +Server or a Kerberos v4 KDC and also places the issuer's Kerberos v4 tickets +in the file named by the KRBTKFILE environment variable. The Kerberos v4 ticket +may used by Kerberos v4 aware programs. The B command defines the +KRBTKFILE environment variable as F> where I is the number of +the user's PAG. By default, the command interpreter obtains a token for the AFS user name that matches the issuer's identity in the local file system. To specify an @@ -61,17 +68,6 @@ token per cell per connection to the client machine. If the user's credential structure already contains a token for the requested cell, the token resulting from this command replaces it. -Sites that employ Kerberos version 5 authentication instead of the -Authentication Server (strongly recommended) should normally use the -combination of B and B instead of B. - -Sites using Kerberos v4 authentication (perhaps with the Authentication -Server) may wish to use the Kerberos version of this command, B, -on all client machines. It automatically places the issuer's Kerberos -tickets in the file named by the KRBTKFILE environment variable, which the -B command defines automatically as F> where I -is the number of the user's PAG. - The lifetime of the token resulting from this command is the smallest of the following. -- 1.9.4