o Add a "pedentic" flag to the parser. This makes sudo warn in cases
where an alias may be used before it is defined. Only turned on for visudo and testsudoers. o Add --disable-authentication option that makes sudo not require authentication by default. The PASSWD tag can be used to require authentication for an entry. We no longer overload --without-passwd.
This commit is contained in:
@@ -34,8 +34,6 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#ifndef NO_PASSWD
|
||||
|
||||
#include <stdio.h>
|
||||
#ifdef STDC_HEADERS
|
||||
#include <stdlib.h>
|
||||
@@ -210,5 +208,3 @@ pass_warn(fp)
|
||||
(void) fprintf(fp, "%s\n", INCORRECT_PASSWORD);
|
||||
#endif /* USE_INSULTS */
|
||||
}
|
||||
|
||||
#endif /* NO_PASSWD */
|
||||
|
Reference in New Issue
Block a user