=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/INSTALL,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- src/usr.bin/sudo/Attic/INSTALL 1999/11/18 16:29:01 1.1 +++ src/usr.bin/sudo/Attic/INSTALL 1999/12/10 06:45:10 1.2 @@ -159,7 +159,11 @@ on the machine. --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 Enable AFS support with kerberos authentication. Should work under @@ -224,6 +228,12 @@ security hole as most editors allow a user to get a shell (which would 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: --with-otp-only @@ -412,12 +422,6 @@ --enable-log-host 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 If sudo is invoked with the "-s" flag the HOME environment variable