Add timestampowner, "Owner of the authentication timestamp dir"
This commit is contained in:
@@ -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"
|
||||||
|
23
def_data.h
23
def_data.h
@@ -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
|
||||||
|
@@ -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"
|
||||||
|
Reference in New Issue
Block a user