home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / next / sysadmin / 5183 < prev    next >
Encoding:
Text File  |  1992-09-14  |  1.3 KB  |  41 lines

  1. Newsgroups: comp.sys.next.sysadmin
  2. Path: sparky!uunet!tmc!shawn
  3. From: shawn@monitor.com
  4. Subject: FIX:  Losing Preferences
  5. Message-ID: <BuKzCG.4KE@monitor.com>
  6. Sender: shawn@monitor.com (Shawn Broderick)
  7. Reply-To: shawn@monitor.com
  8. Organization: Monitor Company / IE
  9. Date: Mon, 14 Sep 1992 18:29:03 GMT
  10. Lines: 29
  11.  
  12. Sorry if this is a rehash for some of you.
  13.  
  14. A number of folks have had problems with folks on their network losing their  
  15. Preference settings (or rather, not having them stay changed) when they log  
  16. out and back in.
  17.  
  18. This generally will happen when a user's home directory is on an network NFS  
  19. mounted drive.  The problem is that Preferences runs SUID root and expects  
  20. root access to the device it is writing to.
  21.  
  22. The fix is to export the server volume with root access to the machines that  
  23. need it, or you can export it to the world with root access (obvious security  
  24. issues here).  In your /etc/exports file:
  25.      /Users -root=machine1:machine2:machine3 etc.......
  26. to allow certain machines root access to /User and:
  27.      /Users -anon=0
  28. to allow the world root access to /User.
  29.  
  30. Am I to understand that 3.0 does not SUID to store preferences?
  31.  
  32. Shawn Broderick
  33. Monitor Company / Information Engineering
  34. Director, BCS NeXT
  35. shawn@monitor.com
  36. -- 
  37. Shawn Broderick
  38. Monitor Company / Information Engineering
  39. Director, BCS NeXT
  40. shawn@monitor.com
  41.