[BACK]Return to INSTALL CVS log [TXT][DIR] Up to [local] / src / usr.bin / sudo

Diff for /src/usr.bin/sudo/Attic/INSTALL between version 1.6 and 1.7

version 1.6, 2000/11/21 17:58:43 version 1.7, 2002/01/03 03:49:16
Line 29 
Line 29 
        building sudo.  Before you actually run configure you         building sudo.  Before you actually run configure you
        should read the `Available configure options' section         should read the `Available configure options' section
        to see if there are any special options you may want         to see if there are any special options you may want
        or need.  Also of interest may be the section on         or need.
        `Mixing password authentication schemes'.  
   
     4) Edit the configure-generated Makefile if you wish to      4) Edit the configure-generated Makefile if you wish to
        change any of the default paths (alternately you could         change any of the default paths (alternately you could
Line 240 
Line 239 
         on some SysV-based OS's using STREAMS.          on some SysV-based OS's using STREAMS.
   
   --without-passwd    --without-passwd
         This option authentication via the passwd (or shadow) file.          This option excludes authentication via the passwd (or shadow) file.
         It should only be used when another, alternate, authentication          It should only be used when another, alternate, authentication
         scheme is in use.          scheme is in use.
   
Line 258 
Line 257 
   --with-logging=TYPE    --with-logging=TYPE
         How you want to do your logging.  You may choose "syslog", "file",          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          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".          of your sudo logs in one place (see the sample.syslog.conf file).
           The default is "syslog".
   
   --with-logfac=FACILITY    --with-logfac=FACILITY
         Determines which syslog facility to log to.  This requires a 4.3BSD          Determines which syslog facility to log to.  This requires a 4.3BSD
Line 385 
Line 385 
         just like the original sudo(8).  This is off by default.          just like the original sudo(8).  This is off by default.
   
   --with-all-insults    --with-all-insults
         Include all the insult sets listed below.          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    --with-classic-insults
         Uses insults from sudo "classic."  If you just specify --with-insults          Uses insults from sudo "classic."  If you just specify --with-insults
Line 400 
Line 402 
   
   --with-hal-insults    --with-hal-insults
         Uses 2001-like insults when an incorrect password is entered.          Uses 2001-like insults when an incorrect password is entered.
         You must specify --with-insults as well for this to have any effect.          You must either specify --with-insults or enable insults in the
           sudoers file for this to have any effect.
   
   --with-goons-insults    --with-goons-insults
         Insults the user with lines from the "Goon Show" when an incorrect          Insults the user with lines from the "Goon Show" when an incorrect
         password is entered.  You must specify --with-insults as well for          password is entered.  You must either specify --with-insults or
         this to have any effect.          enable insults in the sudoers file for this to have any effect.
   
   --with-secure-path[=path]    --with-secure-path[=path]
         Path used for every command run from sudo(8).  If you don't trust the          Path used for every command run from sudo(8).  If you don't trust the
Line 420 
Line 423 
         Don't print the lecture the first time a user runs sudo.          Don't print the lecture the first time a user runs sudo.
   
   --with-editor=path    --with-editor=path
         Specify the default editor used by visudo (and the only editor used          Specify the default editor path for use by visudo.  This may be
         unless --with-env-editor is specified).  The default is the path          a single pathname or a colon-separated list of editors.  In
         to vi on your system.          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    --with-env-editor
         Makes visudo consult the EDITOR and VISUAL environment variables before          Makes visudo consult the EDITOR and VISUAL environment variables before
         falling back on the default editor.  Note that this may create a          falling back on the default editor list (as specified by --with-editor).
         security hole as most editors allow a user to get a shell (which would          Note that this may create a security hole as it allows the user to
         be a root shell and hence, no logging).          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    --disable-authentication
         By default, sudo requires the user to authenticate via a          By default, sudo requires the user to authenticate via a

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7