home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / sudo / OPTIONS < prev    next >
Encoding:
Text File  |  2006-10-09  |  1.6 KB  |  62 lines

  1. The following options were used to configure sudo for Debian GNU/Linux.
  2.  
  3.   --with-exempt=sudo 
  4.  
  5.     Any user in group 'sudo' will not need to type their password.  It
  6.     is strongly recommended that no users be put in group sudo, and that
  7.     instead the NOPASSWD option in the sudoers file be used if desired.
  8.  
  9.   --with-pam 
  10.     
  11.     Support for pluggable authentication modules.
  12.  
  13.   --with-ldap
  14.  
  15.     Support for LDAP authentication.
  16.  
  17.   --with-fqdn 
  18.  
  19.     Allow use of fully qualified domain names in the sudoers file.
  20.  
  21.   --disable-root-mailer
  22.  
  23.     Send mail as the invoking user, not as root.
  24.  
  25.   --with-logging=syslog
  26.   --with-logfac=authpriv 
  27.  
  28.     Where logging information goes.
  29.  
  30.   --with-env-editor 
  31.   --with-editor=/usr/bin/editor 
  32.  
  33.     Honor the EDITOR and VISUAL environment variables.  If they are not
  34.     present, default to the Debian default system editor.
  35.  
  36.   --with-timeout=15 
  37.   --with-password-timeout=0 
  38.  
  39.     Allow 15 minutes before a user has to re-type their passord, versus
  40.     the sudo usual default of 5.  Never time out while waiting for a
  41.     password to be typed, this is a seriously big deal for Debian package
  42.     developers using 'dpkg-buildpackage -rsudo'.
  43.  
  44.   --with-secure-path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:\
  45.     /sbin:/bin:/usr/X11R6/bin"  
  46.  
  47.     Give a reasonable default path for commands run as root via sudo.
  48.  
  49.   --with-all-insults
  50.  
  51.     Include all the insults in the binary, won't be enabled unless turned
  52.     on in the sudoers file.
  53.  
  54.   --with-sendmail=/usr/sbin/sendmail
  55.  
  56.     Use Debian policy to know the location of sendmail instead of trying 
  57.     to detect it at build time.
  58.  
  59.   --disable-setresuid
  60.  
  61.     Linux 2.2 kernels don't support setresgid.
  62.