1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-05 12:22:11 +03:00

lib/param: Add new parameter "old password allowed period"

Change-Id: I46228b492ba71ba4f3fee380a1ccadb328e3ade1
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
Andrew Bartlett
2013-12-09 14:23:49 +13:00
committed by Stefan Metzmacher
parent afdd5fbd51
commit 9d5f4cabf3
4 changed files with 24 additions and 0 deletions

View File

@ -802,6 +802,7 @@ static void init_globals(bool reinit_globals)
Globals.read_raw = true;
Globals.write_raw = true;
Globals.null_passwords = false;
Globals.old_password_allowed_period = 60;
Globals.obey_pam_restrictions = false;
Globals.syslog = 1;
Globals.syslog_only = false;