home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / protocol / kerberos / 959 < prev    next >
Encoding:
Internet Message Format  |  1992-12-14  |  2.2 KB

  1. Path: sparky!uunet!olivea!spool.mu.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!news.columbia.edu!usenet
  2. From: alan@curta.cc.columbia.edu (Alan Crosswell)
  3. Newsgroups: comp.protocols.kerberos
  4. Subject: Re: Moira client
  5. Message-ID: <1992Dec14.213214.7209@news.columbia.edu>
  6. Date: 14 Dec 92 21:32:14 GMT
  7. References: <1992Dec10.234739.9133@ericsson.se>
  8. Sender: usenet@news.columbia.edu (The Network News)
  9. Organization: Columbia University
  10. Lines: 50
  11. Nntp-Posting-Host: curta.cc.columbia.edu
  12.  
  13. In article <1992Dec10.234739.9133@ericsson.se> monica@netman.ericsson.se  
  14. (Monica Bouchibane) writes:
  15. > I'm trying to include Moira (SMS) in our kerberized environment,
  16. > but I'm having some problems with the moira client(s)
  17. > The serverside seems to be running OK, but whenever I try to start
  18. > the client (moira, dcmmaint, listmaint....) I have mainly two things 
  19. > showing up.
  20. > .....moira: Kerberos error: Can't decode authenticator 
  21. > .....Authorization failed -- please run kinit
  22. > .....Exit 1
  23. > or 
  24. > .....gdb: g_try_connecting...  'moira.netman:sms_db' is not a valid  
  25. host:server
  26. > .....moira: Can't connect to Moira server 
  27. > .....Connection to Moira server failed
  28. > .....Exit 1
  29. > I've tried different 'styles' of the env variable MOIRASERVER, but he doesn't
  30. > like anything.
  31. > Don't know if the database need some additional information
  32. > Kerberos server needs something more/else
  33. > Errors when I compiled the package.
  34. > I've 'followed' the documentation , but I'm not able to find any answers in  
  35. there for this 'last' :-) thing.
  36. > ANY!!!!! information would, as usual, be highly appreciated.
  37. > /Monica Bouchibane
  38. > -- 
  39. > + Monica Bouchibane               EMAIL: monica@ericsson.se   +
  40. > + Ericsson Data Services          PHONE: +31 (0)1612 29473    +
  41. > + Rijen, The Netherlands          FAX:   +31 (0)1612 27160    +
  42.  
  43. Check for principal name 'moira' vs. 'sms.'  As I recall, there are a couple
  44. places in the code where these are used interchangeably.  This is probably
  45. because after the code had been called sms for a while, they decided to
  46. rename it Moira and some of the code still refers to it the old way.  The
  47. easy fix is to create two princpals: "moira.myserver" and "sms.myserver" with
  48. the same key.
  49.  
  50. /a
  51.