Newsgroups: comp.protocols.kerberos Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!snorkelwacker.mit.edu!stanford.edu!ATHENA.MIT.EDU!jon From: jon@ATHENA.MIT.EDU (Jon Rochlis) Subject: Re: Why ksrvtgt? Message-ID: <9106130137.AA29728@laika.MIT.EDU> Sender: news@shelby.stanford.edu (USENET News System) Organization: Internet-USENET Gateway at Stanford University References: <33990@shamash.cdc.com> Date: Thu, 13 Jun 1991 01:37:29 GMT Lines: 12 ksrvtgt is frequently used for a server that wishes to be a client and needs to authenticate to other services. In particular it is used in shell scripts (otherwise you could just call the right ticket getting routines). for example, you might have a cron job that runs on a master server which pushes data out to slave sites in the middle of the night. The slaves only want to take updates from the master, and both the master and slave s have srvtabs ... -- Jon