From: Todd C. Miller Date: Sat, 5 Oct 1996 04:00:03 +0000 (+0000) Subject: SKEY -> OTP X-Git-Tag: SUDO_1_5_2~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ca99af41dc9b06e1d4781612496e803f04a73251;p=sudo SKEY -> OTP --- diff --git a/options.h b/options.h index a5819274f..50a377335 100644 --- a/options.h +++ b/options.h @@ -63,8 +63,8 @@ /*#define SHELL_IF_NO_ARGS /* if sudo is given no arguments run a shell */ /*#define SHELL_SETS_HOME /* -s sets $HOME to runas user's homedir */ /*#define USE_TTY_TICKETS /* have a different ticket file for each tty */ -/*#define SKEY_ONLY /* validate user via s/key only */ -/*#define LONG_SKEY_PROMPT /* use a two line s/key prompt */ +/*#define OTP_ONLY /* validate user via OTP (skey/opie) only */ +/*#define LONG_OTP_PROMPT /* use a two line OTP (skey/opie) prompt */ #define FAST_MATCH /* command check fails if basenames not same */ #ifndef SUDOERS_MODE #define SUDOERS_MODE 0440 /* file mode for sudoers (octal) */