even newer upstream version
[debian/sudo] / debian / OPTIONS
1 The following options were used to configure sudo for Debian GNU/Linux.
2
3   --with-all-insults
4
5         Include all the insults in the binary, won't be enabled unless turned
6         on in the sudoers file.
7
8   --with-devel
9
10         Force flex and bison runs on each build.
11
12   --with-pam 
13         
14         Support for pluggable authentication modules.
15
16   --with-fqdn 
17
18         Allow use of fully qualified domain names in the sudoers file.
19
20   --with-logging=syslog
21   --with-logfac=authpriv 
22
23         Where logging information goes.
24
25   --with-env-editor 
26   --with-editor=/usr/bin/editor
27
28         Honor the EDITOR and VISUAL environment variables.  If they are not
29         present, default to the preferred systemwide default editor.
30
31   --with-timeout=15 
32   --with-password-timeout=0 
33   --with-passprompt="[sudo] password for %p: "
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 important to Debian package developers 
38         using 'dpkg-buildpackage -rsudo'.  Make it clear which password is 
39         requested.
40
41   --disable-root-mailer
42
43         Send mail as the invoking user, not as root.
44
45   --with-sendmail=/usr/sbin/sendmail
46
47         Use Debian policy to know the location of sendmail instead of trying 
48         to detect it at build time.
49
50   --with-timedir=/var/lib/sudo
51   --mandir=/usr/share/man
52   --libexecdir=/usr/lib/sudo
53
54         Comply with Debian policy on suitable paths.
55
56   --with-ldap
57
58         Support for LDAP authentication, in the sudo-ldap package version only.
59