home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / next / sysadmin / 5119 < prev    next >
Encoding:
Text File  |  1992-09-10  |  1.5 KB  |  32 lines

  1. Newsgroups: comp.sys.next.sysadmin
  2. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!wupost!mont!mizzou1.missouri.edu!CCGREG
  3. From: CCGREG@mizzou1.missouri.edu (Greg Johnson)
  4. Subject: Re: changing login tiff --- where is it in 3.0 ?
  5. Message-ID: <1685ECA3D.CCGREG@mizzou1.missouri.edu>
  6. Sender: news@mont.cs.missouri.edu
  7. Nntp-Posting-Host: mizzou1.missouri.edu
  8. Organization: University of Missouri
  9. References: <1992Sep6.165513.11989@ni.umd.edu> <1992Sep8.205020.11252@menudo.uh.edu>
  10. Date: Thu, 10 Sep 92 14:22:40 CDT
  11. Lines: 19
  12.  
  13. In article <1992Sep8.205020.11252@menudo.uh.edu>
  14. sears@tree.egr.uh.edu (Paul S. Sears) writes:
  15. >What surprises me is that noone uses the /etc/ttys file.  No need to dwrite to
  16. >the defaults database (which gets hosed every so often...)
  17.  
  18. Yes, I felt the same way until recently when I tried to specify ALL
  19. the loginwindow options via the ttys file.  There seems to be some
  20. limit on the length of that options string, around 128 characters.  I
  21. didn't properly investigate it, since there was an alternative.  I
  22. simply specify at least the LoginHook in ttys, then in the LoginHook
  23. program dwrite the other options.  The LoginHook runs as root and
  24. propagates any change throughough the network.
  25.  
  26. Another thing I do with LoginHook is create a standard user home
  27. directory if it doesn't exist.  This saves allocating 300K per user
  28. until they actually login.  Modify nu.cf or nulib/nu1.sh &
  29. nulib/nu2.sh to not allocate home dirs.  This is particularly useful
  30. since we purge most user homes anyway at the end of each semester,
  31. as part of standard policy.
  32.