home *** CD-ROM | disk | FTP | other *** search
/ Unix System Administration Handbook 1997 October / usah_oct97.iso / index / sudo.txt < prev    next >
Text File  |  1997-09-22  |  3KB  |  89 lines

  1. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  2. INDEX ENTRY FOR SUDO:
  3. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  4.  
  5. Name: sudo - Controls access to the root account
  6.  
  7. Version: 1.5.3
  8.  
  9. Author(s): Todd Miller, maintainer <sudo-bugs@cs.colorado.edu>
  10.  
  11.    The sudo philosophy originated at SUNY-Buffalo in the early
  12.    1980's. In the Summer of 1986, Garth Snyder enhanced sudo and
  13.    released it to the public. For the next 5 years,  sudo was fed and
  14.    watered by a handful of folks at CU-Boulder, including Bob
  15.    Coggeshall, Bob Manchek, and  Trent Hein. 
  16.  
  17.    In 1991, the University of Colorado and a consulting firm
  18.    named "The Root Group" both paid (unbeknownst to each
  19.    other) a group of programmers to add enhancements to sudo.
  20.    Instead of using existing code, they started from scratch.
  21.    These programmers (Dave Hieb and Jeff Nieusma) eventually
  22.    released the new code under the GNU general license.
  23.  
  24.    sudo, in its current form, is maintained at the University 
  25.    of Colorado by:
  26.  
  27.         Todd Miller
  28.         University of Colorado, Department of Computer Science
  29.         Engineering Center ECOT 717
  30.         Campus Box 430
  31.         Boulder, CO  80309-0430
  32.         <millert@cs.colorado.edu>
  33.         (303) 492-5720
  34.  
  35.    Todd continues to enhance sudo and fix bugs.
  36.  
  37. On the CD-ROM in: sysadm/sudo.tar
  38.  
  39. Ftp source: ftp.cs.colorado.edu:/pub/sysadmin/sudo/
  40. Web page: http://www.cs.colorado.edu/~millert/sudo
  41.  
  42. Size on the CD: 748 KB (uncompressed)
  43.  
  44. Description:
  45.  
  46.    Sudo allows a permitted user to execute a command as the superuser.
  47.    Sudo determines who is an authorized user by consulting the file
  48.    /etc/sudoers.   The password prompt itself will also
  49.    time out if the password is not entered with N minutes (again, this is
  50.    defined at installation time and defaults to 5 minutes).
  51.  
  52.    -- Quoted from the manpage in the cu-sudo.v1.3.1 distribution.
  53.  
  54. Advertised architectures:
  55.  
  56.     Systems that CU sudo is known to run on (compiler and compilation 
  57.     options may vary):
  58.  
  59.     Auspex 1.6.1
  60.     SunOS 4.1.3
  61.     Solaris 2.[45]
  62.     ISC 4.[01]
  63.     RISCos 4_52
  64.     SCO 3.2.2
  65.     HP-UX 9.05, 9.07, 10.01, 10.10
  66.     Ultrix 4.3
  67.     IRIX 4.05H, 5.3, 6.2
  68.     NEXTSTEP 2.1, 3.2, and 3.3
  69.     DEC UNIX 3.X, and 4.0
  70.     AIX 3.2.X, 4.1.X
  71.     BSD 4.3
  72.     ConvexOS 9.1
  73.     BSD/OS 2.1
  74.     OpenBSD 2.0
  75.     FreeBSD 1.1 and 2.0.5
  76.     Linus 1.2.13
  77.     Linus 1.2.8
  78.     linux 2.0.15
  79.     UnixWare 1.1.4
  80.     Pyramid DC/OSx 1.1
  81.     ATT SVR4.X
  82.     SINIX 5.42
  83.     NCR 2.03 and 3.00
  84.     Unicos 9.0.1ai
  85.  
  86.     See the RUNSON file for a terrific and much more detailed summary.
  87.  
  88. Prerequisites: C compiler
  89.