summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/param/param_table.c')
-rw-r--r--lib/param/param_table.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index 40f8eb50d8..8df7d1b5fa 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -490,6 +490,15 @@ static struct parm_struct parm_table[] = {
.flags = FLAG_ADVANCED | FLAG_DEPRECATED,
},
{
+ .label = "old password allowed period",
+ .type = P_INTEGER,
+ .p_class = P_GLOBAL,
+ .offset = GLOBAL_VAR(old_password_allowed_period),
+ .special = NULL,
+ .enum_list = NULL,
+ .flags = FLAG_ADVANCED,
+ },
+ {
.label = "obey pam restrictions",
.type = P_BOOL,
.p_class = P_GLOBAL,