diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-03-15 21:23:55 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-03-15 21:23:55 +0000 |
commit | bbb8ce99718ff8e96e3ab9f63e060f51d45a353f (patch) | |
tree | b9192dd905951043df796920ee782c06c3768f0f /usr.bin/sudo/INSTALL | |
parent | f2636e6fcc8e9592b1ec53c4ca27c6187d03761f (diff) |
update to what will soon be sudo 1.6.7
Diffstat (limited to 'usr.bin/sudo/INSTALL')
-rw-r--r-- | usr.bin/sudo/INSTALL | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/usr.bin/sudo/INSTALL b/usr.bin/sudo/INSTALL index c2a9cf59bb0..6834462e0d8 100644 --- a/usr.bin/sudo/INSTALL +++ b/usr.bin/sudo/INSTALL @@ -1,4 +1,4 @@ -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 @@ -147,15 +147,15 @@ Special features/options: (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. + 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 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 - This uses kerberos passphrases for authentication but does not - use the kerberos cookie scheme. Will not work for Kerberos V + 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,7 +177,7 @@ Special features/options: /etc/pam.conf to obtain syslog output for debugging purposes. --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 link without it. @@ -222,6 +222,10 @@ Special features/options: 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 @@ -271,6 +275,11 @@ Special features/options: --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: --with-long-otp-prompt |