summaryrefslogtreecommitdiff
path: root/plugins/sudoers/def_data.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sudoers/def_data.c')
-rw-r--r--plugins/sudoers/def_data.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/sudoers/def_data.c b/plugins/sudoers/def_data.c
index 29f8aeac6..4a7764118 100644
--- a/plugins/sudoers/def_data.c
+++ b/plugins/sudoers/def_data.c
@@ -199,6 +199,10 @@ struct sudo_defs_types sudo_defs_table[] = {
N_("Incorrect password message: %s"),
NULL,
}, {
+ "lecture_status_dir", T_STR|T_PATH,
+ N_("Path to lecture status dir: %s"),
+ NULL,
+ }, {
"timestampdir", T_STR|T_PATH,
N_("Path to authentication timestamp dir: %s"),
NULL,
@@ -375,6 +379,10 @@ struct sudo_defs_types sudo_defs_table[] = {
N_("Maximum I/O log sequence number: %u"),
NULL,
}, {
+ "use_netgroups", T_FLAG,
+ N_("Enable sudoers netgroup support"),
+ NULL,
+ }, {
NULL, 0, NULL
}
};