lib/param: Merge "Domain Options" section from source3/param
authorAndrew Bartlett <abartlet@samba.org>
Thu, 26 Jul 2012 06:28:51 +0000 (16:28 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 26 Jul 2012 10:23:20 +0000 (12:23 +0200)
This will make the merge of the whole table smoother.

Based on an earlier patch
Pair-Programmed-With: Andrew Tridgell <tridge@samba.org>

Andrew Bartlett

lib/param/loadparm.c

index f455a707cf48adec80eecb3d57bcd17fc5342ab8..bbe4d109436a61f061194e9c5ff1b3249bb8253b 100644 (file)
@@ -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},
 
        {