home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume18 / pwdiff / README < prev   
Text File  |  1989-03-26  |  1KB  |  28 lines

  1. pwdiff takes multiple password files and compares them in an
  2. intelligent way.  For instance, it will report on different names
  3. with the same uid, but let pass the same name with the same uid.
  4.  
  5. I wrote it one day when we had to join two password files from
  6. different machines.
  7.  
  8. What happened was that we started out with one shared password file in
  9. a small LAN environment.  Over time, more machines came on-line.
  10. New administrators sometimes shared the old password file, and
  11. sometimes just copied it.  Gradually it diverged, so that some of the
  12. uids mapped to multiple users across the LAN.
  13.  
  14. Eventually our LAN got big enough, so that we hired a sitewide admin,
  15. and he wanted to use one common password file.  This makes NFS access
  16. much easier, for example.  So I wrote this program to solve his
  17. problem.  I figure this very same thing must happen to lots of sites,
  18. so to save you some grief, here it is.  Send bugs, improvements, and
  19. cash to me.
  20.  
  21. Don Libes
  22. National Bureau of Standards
  23. Bldg 220, Rm A-127
  24. Gaithersburg, MD  20899
  25. (301) 975-3535
  26. libes@cme-durer.arpa
  27. uunet!cme-durer!libes
  28.