home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / x / volume8 / xlogin / part01 / README < prev    next >
Text File  |  1990-07-11  |  2KB  |  62 lines

  1.   This is the second release of xlogin! There has been a lot
  2. of cleanup of the code and a few features have been added.
  3. Please look at the manual page for more information.
  4.  
  5. CREDITS:
  6. --------
  7.   I would like to thank Elmar Bartel and Berni Schneck here at
  8. the TU for giving me some hints and helping me to make the code more
  9. secure.
  10.   Lotta thanks to Tim Theisen (tim@cs.wisc.edu or uwvax!tim) from the
  11. Department of Computer Sciences at the University of Wisconsin-Madison,
  12. for doing the alpha and beta testing, supplying me with some code,
  13. helping me with some design decisions and making the man-page look more
  14. technical and correcting my English grammer and spelling. (I'm German,
  15. as u can see from the signature ;-) ) Thank you!
  16.  
  17. ABOUT:
  18. ------
  19.   This program was written to do some stuff, which is no longer
  20. done, when using Xdm from X Windows Version 11 (and not using sessreg).
  21. It handles /etc/motd, /etc/nologin, user quotas (EPROCLIM, EUSERS),
  22. /usr/adm/lastlog, /usr/adm/wtmp, /etc/utmp and $USER/.hushlogin.
  23. For more information see the manual page.
  24.   I tried to write it as secure as possible (range checking in
  25. strings etc.), but any further security hints are welcome.
  26.  
  27. COMPILING:
  28. ----------
  29.   There are three compiler-flags: -DHOSTNAME -DQUOTA and -DLASTLOGIN.
  30. o if you want the utmp host field to contain the hostname if the
  31.   display string starts with ":", compile with -DHOSTNAME. This code
  32.   is useful, if the utmp/wtmp is collected on a central machine.
  33. o if you want lastlogin records to be written, use -DLASTLOGIN
  34. o if you want to turn on the QUOTA code use -DQUOTA
  35.  
  36. INSTALLING:
  37. -----------
  38. Please read the file INSTALL! It contains urgent instructions for
  39. installing xlogin !!
  40.  
  41. The program has been tested on the following machines:
  42.  
  43.    mVax II,            Ultrix 3.1
  44.    DecStation 2100,    Ultrix 3.1
  45.    DecStation 3100,    Ultrix 3.1 and 4.0
  46.    VaxStation 3200,    Ultrix 3.1 and 4.0
  47.    IBM RT,             AOS 4.3
  48.    Sun 3/50,           SunOS 4.0.3
  49.    Sun 4/110,          SunOS 4.0.3 and 4.1
  50.    SunSparcStation 1,  SunOS 4.0.3c
  51.    Hp Bobcat,          BSD 4.3
  52.    Sequent symmetry,   Dynix 3.0.12
  53.  
  54. Enjoy!
  55.  
  56. \Maex
  57.  
  58. +- Markus Stumpf                         Technische Universitaet Muenchen   -+
  59. |                            Institut fuer Informatik, Rechnerbetriebsgruppe |
  60. |  stumpf@informatik.tu-muenchen.de              Postfach 202420             |
  61. +-   ...@{unido.uucp,relay.cs.net}        D-8000 Muenchen 2, West Germany   -+
  62.