}, {
"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"
#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
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"