]> granicus.if.org Git - sudo/commitdiff
Add timestampowner, "Owner of the authentication timestamp dir"
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 3 May 2002 22:47:29 +0000 (22:47 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 3 May 2002 22:47:29 +0000 (22:47 +0000)
def_data.c
def_data.h
def_data.in

index ec02d8871db3a12b1ba185a243d98afd7d7ee5f5..c565b873902e8b43f42c7a91195196125fcde365 100644 (file)
@@ -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"
index dcf2cc8ef8c73b1f86fef963a02cd88daa36e3d9..9e9c5e44b68868b9c6bfa822c4980e54a7121013 100644 (file)
 #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
index 3fac37342f77f6074093dc3ba12106a9a29cbf67..b23e63b35dea3416ff8869a3c628a22c7da642ad 100644 (file)
@@ -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"