modes other than MODE_RUN.
--HG--
branch : 1.7
* Sudo now honors the "DEREF" setting in ldap.conf which controls
how alias dereferencing is done during an LDAP search.
+ * Using the -n option may in conjunction with the -v or -l option
+ no longer results in a usage error.
+
What's new in Sudo 1.7.7
* I/O logging is now supported for commands run in background mode
else if (ISSET(sudo_mode, MODE_EDIT))
user_cmnd = "sudoedit";
else {
- switch (sudo_mode) {
+ switch (sudo_mode & MODE_MASK) {
case MODE_VERSION:
show_version();
break;