[BACK]Return to INSTALL CVS log [TXT][DIR] Up to [local] / src / usr.bin / sudo

Diff for /src/usr.bin/sudo/Attic/INSTALL between version 1.1 and 1.2

version 1.1, 1999/11/18 16:29:01 version 1.2, 1999/12/10 06:45:10
Line 159 
Line 159 
         on the machine.          on the machine.
   
   --with-pam    --with-pam
         Enable PAM support.  Tested on Redhat Linux 5.x and Solaris 2.6.          Enable PAM support.  Tested on Redhat Linux 5.x, 6.0 and
           Solaris 2.6, 7.
           NOTE: on RedHat Linux (and perhaps others) you *must* install
           an /etc/pam.d/sudo file.  You may either use the sample.pam
           file included with sudo or use /etc/pam.d/su as a reference.
   
   --with-AFS    --with-AFS
         Enable AFS support with kerberos authentication.  Should work under          Enable AFS support with kerberos authentication.  Should work under
Line 224 
Line 228 
         security hole as most editors allow a user to get a shell (which would          security hole as most editors allow a user to get a shell (which would
         be a root shell and hence, no logging).          be a root shell and hence, no logging).
   
     --enable-noargs-shell
           If sudo is invoked with no arguments it acts as if the "-s" flag had
           been given.  That is, it runs a shell as root (the shell is determined
           by the SHELL environment variable, falling back on the shell listed
           in the invoking user's /etc/passwd entry).
   
 The following options are also configurable at runtime:  The following options are also configurable at runtime:
   
   --with-otp-only    --with-otp-only
Line 412 
Line 422 
   
   --enable-log-host    --enable-log-host
         Log the hostname in the log file.          Log the hostname in the log file.
   
   --enable-noargs-shell  
         If sudo is invoked with no arguments it acts as if the "-s" flag had  
         been given.  That is, it runs a shell as root (the shell is determined  
         by the SHELL environment variable, falling back on the shell listed  
         in the invoking user's /etc/passwd entry).  
   
   --enable-shell-sets-home    --enable-shell-sets-home
         If sudo is invoked with the "-s" flag the HOME environment variable          If sudo is invoked with the "-s" flag the HOME environment variable

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2