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