home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / protocol / nfs / 3096 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  1.9 KB

  1. Path: sparky!uunet!caen!spool.mu.edu!think.com!barmar
  2. From: barmar@think.com (Barry Margolin)
  3. Newsgroups: comp.protocols.nfs
  4. Subject: Re: Re: Help with NFS client...
  5. Date: 13 Jan 1993 03:50:26 GMT
  6. Organization: Thinking Machines Corporation, Cambridge MA, USA
  7. Lines: 34
  8. Message-ID: <1j03i2INNm98@early-bird.think.com>
  9. References: <1993Jan12.142939.3773@nic.csu.net>
  10. NNTP-Posting-Host: gandalf.think.com
  11.  
  12. In article <1993Jan12.142939.3773@nic.csu.net> olson@csufres.CSUFresno.EDU (Brian Olson) writes:
  13. >The fact that I couldn't find this nifty little tidbit of information
  14. >makes me feel that my documentation is not the best.  
  15.  
  16. That's true by definition for most Unix documentation.  The best
  17. documentation is the source code.
  18.  
  19. The closest the man page comes is this (from rpc.mountd(8)):
  20.  
  21. OPTIONS
  22.      -n   Do not check that the clients are  root  users.  Though
  23.           this  option makes things slightly less secure, it does
  24.           allow older versions (pre-3.0) of client NFS to work.
  25.  
  26. What it doesn't say is how it checks that clients are root users.  This is
  27. generally done by assuming that only root users can use ports below 1024
  28. (this is mentioned in the man pages for in.rlogind(8) and in.rshd(8), some
  29. other servers that also have to check that the client is setuid to root).
  30.  
  31. >                               Could you recommend
  32. >other sources for NFS/RPC info (besides the RFCs, man pages)?  I have
  33. >read about something called the "RPC Programming Guide"--is this
  34. >FTPable?    Also, is there a FAQ for this newsgroup?
  35.  
  36. I doubt there's much available about implementing NFS.  You might want to
  37. get "Managing NFS and NIS" by Hal Stern, published by O'Reilly &
  38. Associates, for information about how NFS is used on workstations.  Some of
  39. its troubleshooting information may help you understand how implementations
  40. interoperate.
  41. -- 
  42. Barry Margolin
  43. System Manager, Thinking Machines Corp.
  44.  
  45. barmar@think.com          {uunet,harvard}!think!barmar
  46.