home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 2 / 2081 < prev    next >
Internet Message Format  |  1990-12-28  |  1KB

  1. From: jfh@rpp386.cactus.org (John F. Haugh II)
  2. Newsgroups: alt.sources
  3. Subject: Update passwords from a file (Part 0 of 2)
  4. Message-ID: <18738@rpp386.cactus.org>
  5. Date: 17 Nov 90 04:44:52 GMT
  6.  
  7. The next two postings are the code which I promised a few days
  8. ago I would post.  There are two utilities.  chpasswd allows you
  9. to change a group of passwords using a data file as input.  It
  10. is really just a silly little example to how to use a collection
  11. of password file routines I wrote.  newusers is much more amusing
  12. and allows you to create a collection of users using something
  13. like a password file as input.  It allocates the user and group
  14. IDs and does other interesting stuff.  Neither is well documented,
  15. in keeping with the USENET tradition of providing lots of code
  16. and little documentation.
  17.  
  18. I'm going to ask that this code not be archived since I intend
  19. to post this code on a semi-regular basis until the kinks are
  20. all worked out.  I'd rather not have any confusion about what
  21. is the current version.
  22. -- 
  23. John F. Haugh II                             UUCP: ...!cs.utexas.edu!rpp386!jfh
  24. Ma Bell: (512) 832-8832                           Domain: jfh@rpp386.cactus.org
  25. "SCCS, the source motel!  Programs check in and never check out!"
  26.         -- Ken Thompson
  27.