=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/INSTALL,v retrieving revision 1.12 retrieving revision 1.13 diff -c -r1.12 -r1.13 *** src/usr.bin/sudo/Attic/INSTALL 2002/04/25 15:49:03 1.12 --- src/usr.bin/sudo/Attic/INSTALL 2003/03/15 21:23:53 1.13 *************** *** 1,4 **** ! Installation instructions for Sudo 1.6.6 ======================================== Sudo uses a `configure' script to probe the capabilities and type --- 1,4 ---- ! Installation instructions for Sudo 1.6.7 ======================================== Sudo uses a `configure' script to probe the capabilities and type *************** *** 147,161 **** (or at least the library and header files). --with-kerb4 ! Enable kerberos v4 support. Tested only with the Cygnus Network ! Security package (CNS). This uses kerberos passphrases for ! authentication but does not use the kerberos cookie scheme. --with-kerb5 ! Enable kerberos v5 support. Tested against MIT Kerberos V, release 1.1, although also expected to work against CNS. This ! This uses kerberos passphrases for authentication but does not ! use the kerberos cookie scheme. Will not work for Kerberos V older than version 1.1. --with-authenticate --- 147,161 ---- (or at least the library and header files). --with-kerb4 ! Enable Kerberos IV support. Tested only with the Cygnus Network ! Security package (CNS). This uses Kerberos passphrases for ! authentication but does not use the Kerberos cookie scheme. --with-kerb5 ! Enable Kerberos V support. Tested against MIT Kerberos V, release 1.1, although also expected to work against CNS. This ! This uses Kerberos passphrases for authentication but does not ! use the Kerberos cookie scheme. Will not work for Kerberos V older than version 1.1. --with-authenticate *************** *** 177,183 **** /etc/pam.conf to obtain syslog output for debugging purposes. --with-AFS ! Enable AFS support with kerberos authentication. Should work under AFS 3.3. If your AFS doesn't have -laudit you should be able to link without it. --- 177,183 ---- /etc/pam.conf to obtain syslog output for debugging purposes. --with-AFS ! Enable AFS support with Kerberos authentication. Should work under AFS 3.3. If your AFS doesn't have -laudit you should be able to link without it. *************** *** 222,227 **** --- 222,231 ---- where it is broken. 4.4BSD has setreuid() but it doesn't really work. + --disable-setresuid + Disable use of the setresuid() function for operating systems + where it is broken (none currently known). + --disable-sia Disable SIA support. This is the "Security Integration Architecture" on Digital UNIX. If you disable SIA sudo will *************** *** 270,275 **** --- 274,284 ---- --with-otp-only 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: