[392] in Zephyr_Bugs
Re: zwgc regetting tickets
daemon@ATHENA.MIT.EDU (lwvanels@Athena.MIT.EDU)
Sun Jul 19 11:31:10 1992
From: lwvanels@Athena.MIT.EDU
Date: Sun, 19 Jul 92 11:30:59 -0400
To: Jay Nietling <jay@magic-sam.cs.unlv.edu>
Cc: bug-zephyr@Athena.MIT.EDU, Greg Wohletz <greg@duke.cs.unlv.edu>
In-Reply-To: [391]
Reply-To: lwvanels@MIT.EDU
Zwgc should automatically get a "zephyr.zephyr" ticket with a lifetime as
long as the ticket-granting ticket; when this ticket expires, the user will
need to get another ticket-granting ticket via kinit; this cannot be done
automatically by an application. Once this is done, you can force zephyr to
re-authenticate using the new tickets by doing "zctl load /dev/null". To
make things easier for the users, we have a "renew" alias set up here which
takes care of running kinit, re-authenticating the user to the various
filesystems, and to zephyr.
-Lucien