From: Todd C. Miller Date: Sat, 12 Sep 1998 00:30:33 +0000 (+0000) Subject: document --enable/--disable X-Git-Tag: SUDO_1_5_6~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50a5047e37e6e0c953803bc15b02088fa0e579b4;p=sudo document --enable/--disable --- diff --git a/INSTALL b/INSTALL index 1aacfcb7a..dbd631e5e 100644 --- a/INSTALL +++ b/INSTALL @@ -135,15 +135,15 @@ Special features/options: links with the standard kerberos v5 libraries as well as the v4 compatibility libraries. + --with-pam Enable PAM support. Tested on Readhat Linux 5.x + but may work on earlier versions too. Not tested + on Solaris. + --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. - --with-pam Enable PAM support. Tested on Readhat Linux 5.x - but may work on earlier versions too. Not tested - on Solaris. - --with-authenticate Enable support for the AIX 4.x general authentication function. This will use the authentication scheme specified for the user on the machine. @@ -179,6 +179,14 @@ Special features/options: --with-csops Add CSOps standard options. + --enable-log-host Log the hostname in the log file. + + --disable-log-host Do not log hostname in the log file (default). + + --enable-log-wrap Wrap long lines in the log file (default). + + --disable-log-wrap Do not wrap long lines in the log file. + Shadow password and C2 support ==============================