home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / next / sysadmin / 7161 < prev    next >
Encoding:
Text File  |  1992-12-21  |  2.1 KB  |  45 lines

  1. Newsgroups: comp.sys.next.sysadmin
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!usc!sdd.hp.com!spool.mu.edu!yale.edu!yale!gumby!destroyer!cs.ubc.ca!unixg.ubc.ca!kakwa.ucs.ualberta.ca!sherwood
  3. From: sherwood@space.ualberta.ca (System Administrator)
  4. Subject: Re: Can one automate adding new users and deleting them?
  5. Message-ID: <1992Dec21.175510.9348@kakwa.ucs.ualberta.ca>
  6. Sender: news@kakwa.ucs.ualberta.ca
  7. Nntp-Posting-Host: fenris.space.ualberta.ca
  8. Organization: University Of Alberta, Edmonton Canada
  9. X-Newsreader: TIN [version 1.1 PL6]
  10. References: <BzEuGp.A8D@usenet.ucs.indiana.edu>
  11. Date: Mon, 21 Dec 1992 17:55:10 GMT
  12. Lines: 31
  13.  
  14.  
  15.  
  16. > Account Deletion is a beast I haven't really tackled yet. It's
  17. > pending....
  18.  
  19. Couple problems here:
  20.   1.  If you do delete accounts, you want to modify the nu script to not
  21. fill in holes in the passwd file.  As set up now, if you delete user 221,
  22. then next time nu runs it will create user 221.  This is a major headache
  23. for accounting.
  24.   2.  Suitable notice should be given.  I bet there is a legal liability to
  25. arbitrarily shutting down an account.
  26.   3.  If there are ways that people can extend account life, then you have
  27. to watch for turning off an account, and having the person come in the next
  28. day...  Human nature, sure, but you can make it easier for yourself by taking
  29. an account down by stages.
  30.   a.  Disable the account.  (Prepend a * in the passwd field)  Modify
  31. login so that it brings up a panel saying, "Your account has expired.  
  32. Please See kdfkdlsa;djf if you wish to reactivate it."
  33.   b.  Move account to tape.  Keep a special series of tapes for retiring
  34. accounts.
  35.   c.  Remove the acccount from the machine.
  36.  
  37. Note also, that any university will have problems recycling a global account
  38. space in that UID's are short ints.  Max of 32 thousand.  On most campuses
  39. this would mean that the accounts would have to recycle after only a year
  40. of not being used.
  41. --
  42. => Sherwood Botsford                   sherwood@space.ualberta.ca <= 
  43. => University of Alberta         Lab Manager, Space Physics Group <=         
  44. => tel:403 492-3713                             fax: 403 492-4256 <=         
  45.