919eee6dd90d9870074e4d9779502ddab3531b99
[debian/sudo] / debian / OPTIONS
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-fqdn 
14
15         Allow use of fully qualified domain names in the sudoers file.
16
17   --disable-root-mailer
18
19         Send mail as the invoking user, not as root.
20
21   --with-logging=syslog
22   --with-logfac=authpriv 
23
24         Where logging information goes.
25
26   --with-env-editor 
27   --with-editor=/usr/bin/editor 
28
29         Honor the EDITOR and VISUAL environment variables.  If they are not
30         present, default to the Debian default system editor.
31
32   --with-timeout=15 
33   --with-password-timeout=0 
34
35         Allow 15 minutes before a user has to re-type their passord, versus
36         the sudo usual default of 5.  Never time out while waiting for a
37         password to be typed, this is a seriously big deal for Debian package
38         developers using 'dpkg-buildpackage -rsudo'.
39
40   --with-secure-path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:\
41         /sbin:/bin:/usr/X11R6/bin"  
42
43         Give a reasonable default path for commands run as root via sudo.
44
45   --with-all-insults
46
47         Include all the insults in the binary, won't be enabled unless turned
48         on in the sudoers file.
49