home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / unix / bsd / 11804 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  1.7 KB

  1. Path: sparky!uunet!europa.asd.contel.com!howland.reston.ans.net!zaphod.mps.ohio-state.edu!caen!saimiri.primate.wisc.edu!ames!agate!dog.ee.lbl.gov!network.ucsd.edu!sdcc12!impending!zz1bb
  2. From: zz1bb@impending.ucsd.edu (Barry Brown)
  3. Newsgroups: comp.unix.bsd
  4. Subject: Can password file be split up?
  5. Keywords: passwd
  6. Message-ID: <44001@sdcc12.ucsd.edu>
  7. Date: 25 Jan 93 04:09:20 GMT
  8. Sender: news@sdcc12.ucsd.edu
  9. Distribution: usa
  10. Lines: 21
  11. Nntp-Posting-Host: impending.ucsd.edu
  12.  
  13. On one of our systems here, there are over 3000 entries in the passwd file.
  14. Every time a user wants to make a change to it (chfn, passwd, chsh), the
  15. file must be locked so the user has exclusive write access to it in order to
  16. make the change.  With lots of people trying to do this all time, changing
  17. one's password can take an HOUR!  First the user has to wait for a file
  18. lock, then the file has to be changed.  The first part takes up most of the
  19. time.  The situation is aggravated in the morning when the accouting
  20. programs take their tallies and turn off access for users who have exceeded
  21. their time quotas.
  22.  
  23. Is there a way to split the passwd file into smaller chunks so it can be
  24. more managable?  For example, all users with 0 < UID < 500 would be in one
  25. passwd files, all users with 501 < UID < 1000 would be in another, etc.
  26. This would reduce the lock and write times on the passwd file tremendously,
  27. I imagine.
  28.  
  29. -- 
  30. Barry E. Brown        --        \  UCSD Instructional Computing Center
  31. bebrown@ucsd.{edu,uucp,bitnet}   \   Anime Stuff FTP Server administrator
  32. Somewhere in San Diego, CA.....   \    (ftp network.ucsd.edu [132.239.254.203])
  33. "Stimpy, sometimes your wealth of ignorance astounds me." -- Ren
  34.