From 089cd2c1039315fe400f85eec1c9f2152ea090c7 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 14 Sep 2010 10:12:43 -0700 Subject: [PATCH] Mention KRB5CCNAME in the aklog man page AFS users not otherwise familiar with Kerberos may not realize that one sets KRB5CCNAME to use an alternative ticket cache. Mention the variable in the aklog man page, although defer to the Kerberos documentation for most details. Change-Id: I13133285f153f86e0aa1e95b24715e01d576075d Reviewed-on: http://gerrit.openafs.org/2761 Reviewed-by: Andrew Deason Tested-by: BuildBot Reviewed-by: Rod Widdowson Reviewed-by: Russ Allbery --- doc/man-pages/pod1/aklog.pod | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/man-pages/pod1/aklog.pod b/doc/man-pages/pod1/aklog.pod index 370939746..ab0ad192a 100644 --- a/doc/man-pages/pod1/aklog.pod +++ b/doc/man-pages/pod1/aklog.pod @@ -152,6 +152,20 @@ where is the instance of a class C Zephyr subscription. =back +=head1 ENVIRONMENT + +=over 4 + +=item KRB5CCNAME + +As with most programs that use an existing Kerberos ticket cache, B +can be told to use a cache other than the default by setting the +environment variable KRB5CCNAME. On UNIX and Linux systems, this variable +is normally set to a file name, but may point to other types of caches. +See the documentation of your Kerberos implementation for more details. + +=back + =head1 FILES =over 4 -- 2.39.5