From: Andrew Bartlett Date: Wed, 10 May 2023 22:03:30 +0000 (+1200) Subject: Use --base-schema=2008_R2 on ad_dc_ntvfs, which opeates at FL2008 X-Git-Tag: talloc-2.4.1~705 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cbfcbfb057a71b1824aabf40a083f713ea0bf265;p=thirdparty%2Fsamba.git Use --base-schema=2008_R2 on ad_dc_ntvfs, which opeates at FL2008 This will allow fl008dc to become an alias of ad_dc_ntvfs again. Signed-off-by: Andrew Bartlett Reviewed-by: Joseph Sutton --- diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index 55e02b74c22..b67f3e6b42a 100755 --- a/selftest/target/Samba4.pm +++ b/selftest/target/Samba4.pm @@ -1670,7 +1670,9 @@ sub provision_ad_dc_ntvfs($$$) server require schannel:LOCALDC\$ = no server schannel require seal:LOCALDC\$ = no "; - push (@{$extra_provision_options}, "--use-ntvfs"); + push (@{$extra_provision_options}, + "--base-schema=2008_R2", + "--use-ntvfs"); my $ret = $self->provision($prefix, "domain controller", "localdc",