home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / protocol / kerberos / 873 < prev    next >
Encoding:
Text File  |  1992-11-19  |  1.4 KB  |  34 lines

  1. Newsgroups: comp.protocols.kerberos
  2. Path: sparky!uunet!stanford.edu!rock!taco!rcb
  3. From: rcb@ncsu.edu (Randy Buckland)
  4. Subject: Getting new principal key
  5. Message-ID: <rcb.722201703@news.ncsu.edu>
  6. Sender: news@ncsu.edu (USENET News System)
  7. Organization: North Carolina State University
  8. Date: Thu, 19 Nov 1992 19:35:03 GMT
  9. Lines: 23
  10.  
  11. For various reasons, I need to perform the following sequence of operations:
  12.  
  13. 1. Run kinit (or equivalent) on machine A
  14. 2. Run telnet/rlogin/rsh like utility on machine A
  15.     2a. utility contacts machine B
  16.     2b. server on machine B authenticates user from A
  17.     2c. server on machine B creates new ticket file for user on B
  18.     2d. server on machine B runs desired command under user's environment.
  19. 3. server on machine B removes tickets and cleans up in general after
  20.    command has completed
  21.  
  22. The problem I have is that I can't figure out how to do step 2c. 
  23. For example, if the command passed to B is "klist", it should list just the
  24. krbtgt ticket for that user. The V4 rsh/etc. tools will not do step 2c
  25.  
  26.  
  27. The reason I want to do this is to allow the command run on machine B to 
  28. run as the user and get tickets of it's own for other operations. I just
  29. need some way to propigate the krbtgt ticket.
  30. --
  31. Randy Buckland                               "It's hard to work
  32. North Carolina State University               in a group when you're
  33. randy_buckland@ncsu.edu (919) 515-5491        omnipotent"       -- Q
  34.