Add timestampowner, "Owner of the authentication timestamp dir"

This commit is contained in:
Todd C. Miller
2002-05-03 22:47:29 +00:00
parent 3f7d801880
commit 15965c2ce7
3 changed files with 18 additions and 11 deletions

View File

@@ -140,6 +140,9 @@ struct sudo_defs_types sudo_defs_table[] = {
}, { }, {
"timestampdir", T_STR|T_PATH, "timestampdir", T_STR|T_PATH,
"Path to authentication timestamp dir: %s" "Path to authentication timestamp dir: %s"
}, {
"timestampowner", T_STR,
"Owner of the authentication timestamp dir: %s"
}, { }, {
"exempt_group", T_STR|T_BOOL, "exempt_group", T_STR|T_BOOL,
"Users in this group are exempt from password and PATH requirements: %s" "Users in this group are exempt from password and PATH requirements: %s"

View File

@@ -45,14 +45,15 @@
#define I_MAILSUB 44 #define I_MAILSUB 44
#define I_BADPASS_MESSAGE 45 #define I_BADPASS_MESSAGE 45
#define I_TIMESTAMPDIR 46 #define I_TIMESTAMPDIR 46
#define I_EXEMPT_GROUP 47 #define I_TIMESTAMPOWNER 47
#define I_PASSPROMPT 48 #define I_EXEMPT_GROUP 48
#define I_RUNAS_DEFAULT 49 #define I_PASSPROMPT 49
#define I_EDITOR 50 #define I_RUNAS_DEFAULT 50
#define I_ENV_CHECK 51 #define I_EDITOR 51
#define I_ENV_DELETE 52 #define I_ENV_CHECK 52
#define I_ENV_KEEP 53 #define I_ENV_DELETE 53
#define I_LISTPW_I 54 #define I_ENV_KEEP 54
#define I_VERIFYPW_I 55 #define I_LISTPW_I 55
#define I_LISTPW 56 #define I_VERIFYPW_I 56
#define I_VERIFYPW 57 #define I_LISTPW 57
#define I_VERIFYPW 58

View File

@@ -147,6 +147,9 @@ badpass_message
timestampdir timestampdir
T_STR|T_PATH T_STR|T_PATH
"Path to authentication timestamp dir: %s" "Path to authentication timestamp dir: %s"
timestampowner
T_STR
"Owner of the authentication timestamp dir: %s"
exempt_group exempt_group
T_STR|T_BOOL T_STR|T_BOOL
"Users in this group are exempt from password and PATH requirements: %s" "Users in this group are exempt from password and PATH requirements: %s"