mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
docs-xml/smbdotconf: also allow 2012[_R2] for 'ad dc functional level'
We may not jump to 2016 directly... Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
ad98643fbd
commit
48cc2862c2
@ -15,6 +15,14 @@
|
||||
<para><constant>2008_R2</constant>: Similar to Windows
|
||||
2008 R2 Functional Level</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><constant>2012</constant>: Similar to Windows
|
||||
2012 Functional Level</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><constant>2012_R2</constant>: Similar to Windows
|
||||
2012 R2 Functional Level</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><constant>2016</constant>: Similar to Windows
|
||||
2016 Functional Level</para>
|
||||
|
@ -433,6 +433,8 @@ static const struct enum_list enum_debug_syslog_format[] = {
|
||||
|
||||
static const struct enum_list enum_ad_functional_level[] = {
|
||||
{DS_DOMAIN_FUNCTION_2008_R2, "2008_R2"},
|
||||
{DS_DOMAIN_FUNCTION_2012, "2012"},
|
||||
{DS_DOMAIN_FUNCTION_2012_R2, "2012_R2"},
|
||||
{DS_DOMAIN_FUNCTION_2016, "2016"},
|
||||
{-1, NULL}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user