From: Todd C. Miller Date: Fri, 3 May 2002 22:47:29 +0000 (+0000) Subject: Add timestampowner, "Owner of the authentication timestamp dir" X-Git-Tag: SUDO_1_6_7~132 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15965c2ce787d920e932eb8d89283fc2646a1e29;p=sudo Add timestampowner, "Owner of the authentication timestamp dir" --- diff --git a/def_data.c b/def_data.c index ec02d8871..c565b8739 100644 --- a/def_data.c +++ b/def_data.c @@ -140,6 +140,9 @@ struct sudo_defs_types sudo_defs_table[] = { }, { "timestampdir", T_STR|T_PATH, "Path to authentication timestamp dir: %s" + }, { + "timestampowner", T_STR, + "Owner of the authentication timestamp dir: %s" }, { "exempt_group", T_STR|T_BOOL, "Users in this group are exempt from password and PATH requirements: %s" diff --git a/def_data.h b/def_data.h index dcf2cc8ef..9e9c5e44b 100644 --- a/def_data.h +++ b/def_data.h @@ -45,14 +45,15 @@ #define I_MAILSUB 44 #define I_BADPASS_MESSAGE 45 #define I_TIMESTAMPDIR 46 -#define I_EXEMPT_GROUP 47 -#define I_PASSPROMPT 48 -#define I_RUNAS_DEFAULT 49 -#define I_EDITOR 50 -#define I_ENV_CHECK 51 -#define I_ENV_DELETE 52 -#define I_ENV_KEEP 53 -#define I_LISTPW_I 54 -#define I_VERIFYPW_I 55 -#define I_LISTPW 56 -#define I_VERIFYPW 57 +#define I_TIMESTAMPOWNER 47 +#define I_EXEMPT_GROUP 48 +#define I_PASSPROMPT 49 +#define I_RUNAS_DEFAULT 50 +#define I_EDITOR 51 +#define I_ENV_CHECK 52 +#define I_ENV_DELETE 53 +#define I_ENV_KEEP 54 +#define I_LISTPW_I 55 +#define I_VERIFYPW_I 56 +#define I_LISTPW 57 +#define I_VERIFYPW 58 diff --git a/def_data.in b/def_data.in index 3fac37342..b23e63b35 100644 --- a/def_data.in +++ b/def_data.in @@ -147,6 +147,9 @@ badpass_message timestampdir T_STR|T_PATH "Path to authentication timestamp dir: %s" +timestampowner + T_STR + "Owner of the authentication timestamp dir: %s" exempt_group T_STR|T_BOOL "Users in this group are exempt from password and PATH requirements: %s"