1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

selftest/target: Add new alias environment ad_dc_smb1_done

Adding ad_dc_smb1_done, and alias for test env ad_dc_smb1

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
Noel Power 2019-12-17 15:31:27 +00:00 committed by Ralph Boehme
parent f1139ac5c6
commit 7dbfdd8121

View File

@ -2106,6 +2106,7 @@ sub check_env($$)
ad_dc_ntvfs => ["dns_hub"],
ad_dc => ["dns_hub"],
ad_dc_smb1 => ["dns_hub"],
ad_dc_smb1_done => ["ad_dc_smb1"],
ad_dc_no_nss => ["dns_hub"],
ad_dc_no_ntlm => ["dns_hub"],
@ -2525,6 +2526,12 @@ sub setup_ad_dc_smb1
return setup_ad_dc($self, $path, $conf_opts, "addcsmb1", "addom2.samba.example.com");
}
sub setup_ad_dc_smb1_done
{
my ($self, $path, $dep_env) = @_;
return $self->return_alias_env($path, $dep_env);
}
sub setup_ad_dc_no_nss
{
my ($self, $path) = @_;