2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

changed PASSWORD_TIMEOUT to minutes

This commit is contained in:
Todd C. Miller
1995-01-11 16:02:47 +00:00
parent 7bd269bd8e
commit 25f7b5cf1c
2 changed files with 3 additions and 3 deletions

4
sudo.h
View File

@@ -141,10 +141,10 @@
#endif
/*
* Number of seconds that can elapse before a user enters a password
* Number of minutes that can elapse before a user enters a password
*/
#ifndef PASSWORD_TIMEOUT
# define PASSWORD_TIMEOUT 300
# define PASSWORD_TIMEOUT 5
#endif
/*