home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / sun / admin / 10676 < prev    next >
Encoding:
Internet Message Format  |  1993-01-23  |  2.2 KB

  1. Xref: sparky comp.sys.sun.admin:10676 comp.unix.sys5.r4:1365
  2. Path: sparky!uunet!caen!destroyer!mudos!mudos!not-for-mail
  3. From: mju@mudos.ann-arbor.mi.us (Marc Unangst)
  4. Newsgroups: comp.sys.sun.admin,comp.unix.sys5.r4
  5. Subject: Re: Sys5 admin gripes (was Re: Uh-oh, Solaris 2.1 is here...)
  6. Date: 22 Jan 1993 18:26:36 -0500
  7. Organization: The Programmers' Pit Stop, Ann Arbor MI
  8. Lines: 33
  9. Message-ID: <1jpvrcINN41h@mudos.ann-arbor.mi.us>
  10. References: <1993Jan11.101303.18753@einoed.in-berlin.de> <1993Jan13.204116.27922@leland.Stanford.EDU> <1993Jan13.212959.7052@usl.edu> <1993Jan20.154450.21736@mnemosyne.cs.du.edu>
  11. NNTP-Posting-Host: mudos.ann-arbor.mi.us
  12.  
  13. In article <1993Jan20.154450.21736@mnemosyne.cs.du.edu> aburt@mnemosyne.cs.du.edu (Andrew Burt) writes:
  14. >Oh, while we're talking menus, and lack of capabilities, I'd like to see
  15. >a supported way to add users in batches.
  16.  
  17. Look into useradd(1), usermod(1), and userdel(1).  They are similar to
  18. the older passmgmt(1) command, but include a few new features
  19. (adjustable defaults, etc.).  The only thing they don't allow you to
  20. do is specify an initial password; you still need to use passwd(1) to
  21. set that.  Alternately, you could probably write a quick Perl or C
  22. program to take a password from the command line or a data file, crypt
  23. it, and write it to the password field of /etc/shadow.
  24.  
  25. >what other files *is* the menu fiddling with to add users besides
  26. >passwd?)
  27.  
  28. I'm pretty sure that the sysadm-based menus only modify /etc/passwd
  29. and /etc/shadow.  I've deinstalled OA&M on this machine, though, so I
  30. can't check.  :-)
  31.  
  32. >Maybe us expert sysadmins are a dying breed, but don't forsake us!
  33.  
  34. Agreed.  SCO is finally starting to learn this, I think; in ODT 1.0
  35. and 1.1, there was NO supported (or documented!) way to add users
  36. other than using their interactive menu-based tool (sysadmsh).  I
  37. think there still is no officially supported alternate method, but at
  38. least they've bothered to document their C2 security extensions in
  39. ODT 2.0 so you can build your own tools.
  40.  
  41. -- 
  42. Marc Unangst, N8VRH         | "Of course, in order to understand this you
  43. mju@mudos.ann-arbor.mi.us   |  have to remember that the nucleus of the atom
  44.                             |  is squishy."
  45.                             |    -W. Scheider, from a Physics lecture
  46.