From deb9a05a590245f632ac792f9960e220f4ed1a4f Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 26 Jul 2012 16:28:51 +1000 Subject: lib/param: Merge "Domain Options" section from source3/param This will make the merge of the whole table smoother. Based on an earlier patch Pair-Programmed-With: Andrew Tridgell Andrew Bartlett --- lib/param/loadparm.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'lib/param') diff --git a/lib/param/loadparm.c b/lib/param/loadparm.c index f455a707cf..bbe4d10943 100644 --- a/lib/param/loadparm.c +++ b/lib/param/loadparm.c @@ -849,6 +849,19 @@ static struct parm_struct parm_table[] = { .enum_list = NULL }, + + {N_("Domain Options"), P_SEP, P_SEPARATOR}, + + { + .label = "machine password timeout", + .type = P_INTEGER, + .p_class = P_GLOBAL, + .offset = GLOBAL_VAR(machine_password_timeout), + .special = NULL, + .enum_list = NULL, + .flags = FLAG_ADVANCED | FLAG_WIZARD, + }, + {N_("Logon Options"), P_SEP, P_SEPARATOR}, { -- cgit