]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
CI: join ad_member_s3_join to vampire_dc
authorRalph Boehme <slow@samba.org>
Wed, 23 Nov 2022 13:10:36 +0000 (14:10 +0100)
committerJeremy Allison <jra@samba.org>
Wed, 21 Dec 2022 19:10:35 +0000 (19:10 +0000)
Currently ad_member_s3_join is only used for testing samba-tool join and that'll
work just fine being joined to vampire_dc instead of ad_dc.

vampire_dc is an additional DC in the SAMBADOMAIN "started" by ad_dc_ntvfs, so
by joining ad_member_s3_join to the SAMBADOMAIN, it is member of a domain with
more then one DC.

Subsequently I'll add a test that needs such an environment.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
selftest/target/Samba3.pm

index 3ec0776e6541983099cd6a1af4d117de43ddd68b..a20f2fa33657c4736f47a645db619eded4212dd4 100755 (executable)
@@ -253,7 +253,7 @@ sub check_env($$)
        ad_member_offlogon  => ["ad_dc"],
        ad_member_oneway    => ["fl2000dc"],
        ad_member_idmap_nss => ["ad_dc"],
-       ad_member_s3_join   => ["ad_dc"],
+       ad_member_s3_join   => ["vampire_dc"],
 
        clusteredmember => ["nt4_dc"],
 );