home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / next / sysadmin / 4405 < prev    next >
Encoding:
Text File  |  1992-07-27  |  1.1 KB  |  40 lines

  1. Newsgroups: comp.sys.next.sysadmin
  2. Path: sparky!uunet!oceania!john
  3. From: john@oceania.com (John Robison)
  4. Subject: Re: A non-root user running UserManager?
  5. Message-ID: <Bs2BLM.Lux@oceania.com>
  6. Sender: john@oceania.com (John Robison)
  7. Reply-To: john@oceania.com
  8. Organization: Oceania Health Care Systems
  9. References: <Bs0Cq5.CGM@ux1.cso.uiuc.edu>
  10. Distribution: na
  11. Date: Mon, 27 Jul 1992 19:32:10 GMT
  12. Lines: 26
  13.  
  14. If you don't want to hassle with faking out security,
  15. thus making your installation less secure,
  16. you can always edit password entries the "old fashioned"
  17. way, using your favorite text editor.
  18.  
  19. For example:
  20. 1) nidump passwd . > /tmp/xxx
  21. 2) vi /tmp/xxx
  22. 3) niload -p passwd . < /tmp/xxx
  23.  
  24. Note that the "-p" option prompts you for a password.
  25. I do not think you have to be in the wheel group for
  26. this method.
  27.  
  28. Simple UI is great for the majority of easy cases,
  29. but for those exceptions, sometimes the command
  30. line is your only option. :-(
  31.  
  32. Later,
  33.  
  34. John
  35. -- 
  36. John Robison - Oceania Health Care Systems 
  37. john@oceania.com - NeXTMail Gladly Accepted
  38. #ifdef OPINION
  39. #import <StandardDisclaimer.h>
  40.