selftest: explicitly configure some dcs with 'server schannel = auto'
authorStefan Metzmacher <metze@samba.org>
Wed, 13 Dec 2017 12:09:47 +0000 (13:09 +0100)
committerRalph Boehme <slow@samba.org>
Wed, 10 Jan 2018 00:01:24 +0000 (01:01 +0100)
This is required for some tests.

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
selftest/target/Samba3.pm
selftest/target/Samba4.pm

index f5e64725acf44fc5b8aaedccc0cebd399645e581..851460c502b10213b4f7add8de497278610db6a9 100755 (executable)
@@ -216,6 +216,7 @@ sub setup_nt4_dc($$)
        lanman auth = yes
        ntlm auth = yes
        raw NTLMv2 auth = yes
+       server schannel = auto
 
        rpc_server:epmapper = external
        rpc_server:spoolss = external
index 8c17d778bd0b7553f33aa1302d1d938ed24c94f3..e6bc3bbb3e4c36fcaa48c0b0b833527f8b313b59 100755 (executable)
@@ -1466,6 +1466,7 @@ sub provision_ad_dc_ntvfs($$)
        lsa over netlogon = yes
         rpc server port = 1027
         auth event notification = true
+       server schannel = auto
        ";
        my $ret = $self->provision($prefix,
                                   "domain controller",
@@ -1833,6 +1834,7 @@ sub provision_ad_dc($$$$$$)
        lpq cache time = 0
        print notify backchannel = yes
 
+       server schannel = auto
         auth event notification = true
         $smbconf_args
 ";