set PASSWORD_TIMEOUT to 0 again--fdesc's treatment of /dev/tty is still buggy.
authormillert <millert@openbsd.org>
Sun, 2 Mar 1997 05:16:20 +0000 (05:16 +0000)
committermillert <millert@openbsd.org>
Sun, 2 Mar 1997 05:16:20 +0000 (05:16 +0000)
gnu/usr.bin/sudo/sudo/options.h

index e711700..763fe7a 100644 (file)
@@ -17,7 +17,7 @@
  *
  *  Please send bugs, changes, problems to sudo-bugs@courtesan.com
  *
- *  $Id: options.h,v 1.4 1997/02/21 17:11:21 millert Exp $
+ *  $Id: options.h,v 1.5 1997/03/02 05:16:20 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 5     /* passwd prompt timeout (in minutes) */
+#define PASSWORD_TIMEOUT 0     /* 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 */