1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

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 <tridge@samba.org>

Andrew Bartlett
This commit is contained in:
Andrew Bartlett 2012-07-26 16:28:51 +10:00
parent 932f0a6af4
commit deb9a05a59

View 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},
{