diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-02-21 17:11:22 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-02-21 17:11:22 +0000 |
commit | 187da36c16ecd43d03365fe9b409ab95eb9d2305 (patch) | |
tree | 08ce937d48825eb70947c4f5afaea796779a3f3d /gnu/usr.bin/sudo | |
parent | 83c1e3f841be6385735cc45d18629ebd63bfc680 (diff) |
Enable PASSWORD_TIMEOUT now that fdesc bug has been worked around.
Diffstat (limited to 'gnu/usr.bin/sudo')
-rw-r--r-- | gnu/usr.bin/sudo/sudo/options.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/sudo/sudo/options.h b/gnu/usr.bin/sudo/sudo/options.h index 533f5cc2705..e711700f4c6 100644 --- a/gnu/usr.bin/sudo/sudo/options.h +++ b/gnu/usr.bin/sudo/sudo/options.h @@ -17,7 +17,7 @@ * * Please send bugs, changes, problems to sudo-bugs@courtesan.com * - * $Id: options.h,v 1.3 1996/12/15 19:19:40 millert Exp $ + * $Id: options.h,v 1.4 1997/02/21 17:11:21 millert Exp $ */ #ifndef _SUDO_OPTIONS_H @@ -44,7 +44,7 @@ #define SHORT_MESSAGE /* short sudo message, no copyright printed */ /*#define NO_MESSAGE /* no sudo "lecture" message */ #define TIMEOUT 5 /* minutes before sudo asks for passwd again */ -#define PASSWORD_TIMEOUT 0 /* passwd prompt timeout (in minutes) */ +#define PASSWORD_TIMEOUT 5 /* passwd prompt timeout (in minutes) */ #define TRIES_FOR_PASSWORD 3 /* number of tries to enter passwd correctly */ #define USE_INSULTS /* insult the user for incorrect passwords */ #define CLASSIC_INSULTS /* sudo "classic" insults--need USE_INSULTS */ |