home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / protocol / kerberos / 861 < prev    next >
Encoding:
Text File  |  1992-11-11  |  1.8 KB  |  55 lines

  1. Newsgroups: comp.protocols.kerberos
  2. Path: sparky!uunet!think.com!ames!agate!stanford.edu!syl.dl.nec.com!yuan
  3. From: yuan@syl.dl.nec.com (Ruixi Yuan)
  4. Subject: Question regarding BSD r commands and kadmin in KB5-BETA2
  5. Message-ID: <9211112337.AA04263@utah.syl.dl.nec.com>
  6. Sender: news@shelby.stanford.edu (USENET News System)
  7. Organization: Internet-USENET Gateway at Stanford University
  8. Date: Wed, 11 Nov 1992 23:37:30 GMT
  9. Lines: 44
  10.  
  11.  
  12. Hi, Everybody: 
  13.  
  14. I am having difficulty getting the BSD r commands and "kadmin" working 
  15. under krb5-beta2. The error messages are as follows: 
  16.  
  17. 1. Kadmin:
  18.  
  19. Command (add, cpw, del, inq, mod, addrnd, cpwrnd, addv4, cpwv4, q): add
  20.  
  21. Name of Principal to be Added: newprincipal
  22. Principal Already Exists!
  23.  
  24.  
  25.  
  26. Command (add, cpw, del, inq, mod, addrnd, cpwrnd, addv4, cpwv4, q): del
  27.  
  28. Name of Principal to be Deleted: oldprincipal
  29. Principal Does NOT Exist!
  30.  
  31. This error persists regardless of whether the newprincipal and 
  32. old principal actually exist or not. I have krb5kdc and kadmind both 
  33. running. 
  34.  
  35. 2. BSD RCMDS: 
  36.  
  37. I added a principal "host/<host>" to the Krb5 database and extracted a
  38. srvtab by using "ext <host> host" in kdb5_edit. and placed it in 
  39. /etc/srvtab. Now, when I use the command "rlogin <host>", I got the 
  40. following error message.
  41.  
  42. rlogin: kcmd to host <host> failed - Not enough memory
  43. trying normal rlogin (/usr/ucb/rlogin)
  44.  
  45. After some code hacking, It looks like the krb5_read and krb5_write
  46. is not functioning properly. I suspect this has something to do with 
  47. the srvtab file: its proper extraction and location. But cannot find
  48. any clue to it yet. Another possibility is that I am missing some 
  49. steps in setting up the applications.
  50.  
  51. Could some of our knowledgeable netters providing some comments on the 
  52. above mentioned problems? Thanks in advance!
  53.  
  54. --- Ruixi
  55.