home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / protocol / kerberos / 975 next >
Encoding:
Text File  |  1992-12-22  |  1.2 KB  |  30 lines

  1. Newsgroups: comp.protocols.kerberos
  2. Path: sparky!uunet!stanford.edu!express.ctron.com!hendrick
  3. From: hendrick@express.ctron.com ("James R. Hendrick")
  4. Subject: Using NIS w/ patchlevel 10 of Kerberos V4 on SGI: How??
  5. Message-ID: <9212211837.AA10595@express.ctron>
  6. Sender: news@shelby.stanford.edu (USENET News System)
  7. Organization: Internet-USENET Gateway at Stanford University
  8. Date: Mon, 21 Dec 1992 18:37:14 GMT
  9. Lines: 19
  10.  
  11. I have built the latest V4 on an SGI running IRIX 4.0.5F and
  12. have yet to be able to get NIS hostname / username lookup working.
  13. I have used (in all permutations) -DBSD42 and -lsun (which 
  14. supposedly has the gethostbyname version that uses NIS in it) to
  15. no avail. Could someone suggest what may be wrong? I define the -lsun
  16. in the config.Imakefile in the GLOBAL_CDEFS line. In fact (if it would help)
  17. my latest attempt used:
  18.  
  19. GLOBAL_CDEFS=   -cckr -DKERBEROS -DPOSIX -DNOTTYENT -DNOSTBLKSIZE -DNOVFORK
  20. -DNOUTHOST -DNO_GETUSERSHELL $(SITEDEFS) $(OSDEFS) -DBSD42 -lsun
  21.  
  22. I am at a loss. The code works fine (at least I can do kinit, klist, kdestroy
  23. and rlogin) when I list myself in /etc/passwd and the hosts for the kerberos
  24. database and the target for rlogin in /etc/hosts.
  25.  
  26. Thanks for any help.
  27.  
  28. Jim
  29.  
  30.