this off, but it will make things take a little longer.
This is on by default.
+SKEY_ONLY
+ When validating the user, only allow an s/key passkey. Do not
+ compare against the passwd file or use any other authentication
+ scheme. This is only useful if you want to force people to
+ use s/key.
+ This feature is off by default.
+
SUDOERS_OWNER
Who should own the sudoers file. This must be a username, *not* a uid.
This is useful if you want to make the sudoers file NFS-mounted
/*#define USE_EXECV /* use execv() instead of execvp() */
/*#define SHELL_IF_NO_ARGS /* if sudo is given no arguments run a shell */
/*#define USE_TTY_TICKETS /* have a different ticket file for each tty */
+/*#define SKEY_ONLY /* validate user via s/key only */
#define FAST_MATCH /* command check fails if basenames not same */
#ifndef SUDOERS_OWNER
#define SUDOERS_OWNER "root" /* sudoers file owner (usually root) */