[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.12 and 1.13

version 1.12, 2002/04/25 15:49:03 version 1.13, 2003/03/15 21:23:53
Line 1 
Line 1 
 Installation instructions for Sudo 1.6.6  Installation instructions for Sudo 1.6.7
 ========================================  ========================================
   
 Sudo uses a `configure' script to probe the capabilities and type  Sudo uses a `configure' script to probe the capabilities and type
Line 147 
Line 147 
         (or at least the library and header files).          (or at least the library and header files).
   
   --with-kerb4    --with-kerb4
         Enable kerberos v4 support.  Tested only with the Cygnus Network          Enable Kerberos IV support.  Tested only with the Cygnus Network
         Security package (CNS).  This uses kerberos passphrases for          Security package (CNS).  This uses Kerberos passphrases for
         authentication but does not use the kerberos cookie scheme.          authentication but does not use the Kerberos cookie scheme.
   
   --with-kerb5    --with-kerb5
         Enable kerberos v5 support.  Tested against MIT Kerberos V,          Enable Kerberos V support.  Tested against MIT Kerberos V,
         release 1.1, although also expected to work against CNS.  This          release 1.1, although also expected to work against CNS.  This
         This uses kerberos passphrases for authentication but does not          This uses Kerberos passphrases for authentication but does not
         use the kerberos cookie scheme.  Will not work for Kerberos V          use the Kerberos cookie scheme.  Will not work for Kerberos V
         older than version 1.1.          older than version 1.1.
   
   --with-authenticate    --with-authenticate
Line 177 
Line 177 
         /etc/pam.conf to obtain syslog output for debugging purposes.          /etc/pam.conf to obtain syslog output for debugging purposes.
   
   --with-AFS    --with-AFS
         Enable AFS support with kerberos authentication.  Should work under          Enable AFS support with Kerberos authentication.  Should work under
         AFS 3.3.  If your AFS doesn't have -laudit you should be able to          AFS 3.3.  If your AFS doesn't have -laudit you should be able to
         link without it.          link without it.
   
Line 222 
Line 222 
         where it is broken.  4.4BSD has setreuid() but it doesn't          where it is broken.  4.4BSD has setreuid() but it doesn't
         really work.          really work.
   
     --disable-setresuid
           Disable use of the setresuid() function for operating systems
           where it is broken (none currently known).
   
   --disable-sia    --disable-sia
         Disable SIA support.  This is the "Security Integration          Disable SIA support.  This is the "Security Integration
         Architecture" on Digital UNIX. If you disable SIA sudo will          Architecture" on Digital UNIX. If you disable SIA sudo will
Line 270 
Line 274 
   
   --with-otp-only    --with-otp-only
         This option is now just an alias for --without-passwd.          This option is now just an alias for --without-passwd.
   
     --with-stow
           Properly handle GNU stow packaging.  The sudoers file will
           physically live in ${prefix}/etc and /etc/sudoers will be
           a symbolic link.
   
 The following options are also configurable at runtime:  The following options are also configurable at runtime:
   

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13