use sudo as the init.d script name for both sudo and sudo-ldap packages
[debian/sudo] / debian / OPTIONS
index 33bd4d984b31017edc59f5f0ef8a31dba371fb1a..35710ba4447e8193036eb2dfce2365599ca8bbdb 100644 (file)
@@ -1,15 +1,17 @@
 The following options were used to configure sudo for Debian GNU/Linux.
 
-  --with-exempt=sudo 
+  --with-devel
 
-       Any user in group 'sudo' will not need to type their password.  It
-       is strongly recommended that no users be put in group sudo, and that
-       instead the NOPASSWD option in the sudoers file be used if desired.
+       Force flex and bison runs on each build.
 
   --with-pam 
        
        Support for pluggable authentication modules.
 
+  --with-ldap
+
+       Support for LDAP authentication, in the sudo-ldap package version only.
+
   --with-fqdn 
 
        Allow use of fully qualified domain names in the sudoers file.
@@ -24,10 +26,10 @@ The following options were used to configure sudo for Debian GNU/Linux.
        Where logging information goes.
 
   --with-env-editor 
-  --with-editor=/usr/bin/editor 
+  --with-editor=/usr/bin/editor
 
        Honor the EDITOR and VISUAL environment variables.  If they are not
-       present, default to the Debian default system editor.
+       present, default to the preferred systemwide default editor.
 
   --with-timeout=15 
   --with-password-timeout=0 
@@ -41,3 +43,17 @@ The following options were used to configure sudo for Debian GNU/Linux.
        /sbin:/bin:/usr/X11R6/bin"  
 
        Give a reasonable default path for commands run as root via sudo.
+
+  --with-all-insults
+
+       Include all the insults in the binary, won't be enabled unless turned
+       on in the sudoers file.
+
+  --with-sendmail=/usr/sbin/sendmail
+
+       Use Debian policy to know the location of sendmail instead of trying 
+       to detect it at build time.
+
+  --disable-setresuid
+
+       Linux 2.2 kernels don't support setresgid.