=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/INSTALL,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/usr.bin/sudo/Attic/INSTALL 2000/11/21 17:58:43 1.6 --- src/usr.bin/sudo/Attic/INSTALL 2002/01/03 03:49:16 1.7 *************** *** 29,36 **** building sudo. Before you actually run configure you should read the `Available configure options' section to see if there are any special options you may want ! or need. Also of interest may be the section on ! `Mixing password authentication schemes'. 4) Edit the configure-generated Makefile if you wish to change any of the default paths (alternately you could --- 29,35 ---- building sudo. Before you actually run configure you should read the `Available configure options' section to see if there are any special options you may want ! or need. 4) Edit the configure-generated Makefile if you wish to change any of the default paths (alternately you could *************** *** 240,246 **** on some SysV-based OS's using STREAMS. --without-passwd ! This option authentication via the passwd (or shadow) file. It should only be used when another, alternate, authentication scheme is in use. --- 239,245 ---- on some SysV-based OS's using STREAMS. --without-passwd ! This option excludes authentication via the passwd (or shadow) file. It should only be used when another, alternate, authentication scheme is in use. *************** *** 258,264 **** --with-logging=TYPE How you want to do your logging. You may choose "syslog", "file", or "both". Setting this to "syslog" is nice because you can keep all ! of your sudo logs in one place (see the FAQ). The default is "syslog". --with-logfac=FACILITY Determines which syslog facility to log to. This requires a 4.3BSD --- 257,264 ---- --with-logging=TYPE How you want to do your logging. You may choose "syslog", "file", or "both". Setting this to "syslog" is nice because you can keep all ! of your sudo logs in one place (see the sample.syslog.conf file). ! The default is "syslog". --with-logfac=FACILITY Determines which syslog facility to log to. This requires a 4.3BSD *************** *** 385,391 **** just like the original sudo(8). This is off by default. --with-all-insults ! Include all the insult sets listed below. --with-classic-insults Uses insults from sudo "classic." If you just specify --with-insults --- 385,393 ---- just like the original sudo(8). This is off by default. --with-all-insults ! Include all the insult sets listed below. You must either specify ! --with-insults or enable insults in the sudoers file for this to ! have any effect. --with-classic-insults Uses insults from sudo "classic." If you just specify --with-insults *************** *** 400,411 **** --with-hal-insults Uses 2001-like insults when an incorrect password is entered. ! You must specify --with-insults as well for this to have any effect. --with-goons-insults Insults the user with lines from the "Goon Show" when an incorrect ! password is entered. You must specify --with-insults as well for ! this to have any effect. --with-secure-path[=path] Path used for every command run from sudo(8). If you don't trust the --- 402,414 ---- --with-hal-insults Uses 2001-like insults when an incorrect password is entered. ! You must either specify --with-insults or enable insults in the ! sudoers file for this to have any effect. --with-goons-insults Insults the user with lines from the "Goon Show" when an incorrect ! password is entered. You must either specify --with-insults or ! enable insults in the sudoers file for this to have any effect. --with-secure-path[=path] Path used for every command run from sudo(8). If you don't trust the *************** *** 420,434 **** Don't print the lecture the first time a user runs sudo. --with-editor=path ! Specify the default editor used by visudo (and the only editor used ! unless --with-env-editor is specified). The default is the path ! to vi on your system. --with-env-editor Makes visudo consult the EDITOR and VISUAL environment variables before ! falling back on the default editor. Note that this may create a ! security hole as most editors allow a user to get a shell (which would ! be a root shell and hence, no logging). --disable-authentication By default, sudo requires the user to authenticate via a --- 423,442 ---- Don't print the lecture the first time a user runs sudo. --with-editor=path ! Specify the default editor path for use by visudo. This may be ! a single pathname or a colon-separated list of editors. In ! the latter case, visudo will choose the editor that matches ! the user's USER environment variable or the first editor in ! the list that exists. The default is the path to vi on your system. --with-env-editor Makes visudo consult the EDITOR and VISUAL environment variables before ! falling back on the default editor list (as specified by --with-editor). ! Note that this may create a security hole as it allows the user to ! run any arbitrary command as root without logging. A safer alternative ! is to use a colon-separated list of editors with the --with-env-editor ! option. visudo will then only use the EDITOR or VISUAL if they match ! a value specified via --with-editor. --disable-authentication By default, sudo requires the user to authenticate via a