diff --git a/options.h b/options.h index a7acf1944..d71aaf7a1 100644 --- a/options.h +++ b/options.h @@ -40,7 +40,7 @@ #define ALERTMAIL "root" /* user that gets sudo mail */ #define SEND_MAIL_WHEN_NO_USER /* send mail when user not in sudoers file */ /*#define SEND_MAIL_WHEN_NOT_OK /* send mail if no permissions to run command */ -/*#define EXEMPTGROUP 100 /* no passwd needed for users in this group */ +/*#define EXEMPTGROUP "sudo" /* no passwd needed for users in this group */ /*#define ENV_EDITOR /* visudo honors EDITOR and VISUAL envars */ #define SHORT_MESSAGE /* short sudo message, no copyright printed */ #define TIMEOUT 5 /* minutes before sudo asks for passwd again */