mirror of
https://github.com/samba-team/samba.git
synced 2025-01-10 01:18:15 +03:00
selftest: run dfs tests on plugin_s4_dc
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Oct 8 03:18:54 CEST 2011 on sn-devel-104
This commit is contained in:
parent
29dbda56b5
commit
f0cd3f62d0
@ -292,6 +292,9 @@ sub setup_plugin_s4_dc($$$$)
|
||||
rpc_server:netlogon = external
|
||||
rpc_server:samr = external
|
||||
server signing = on
|
||||
|
||||
[IPC\$]
|
||||
vfs objects = dfs_samba4
|
||||
";
|
||||
|
||||
my $ret = $self->provision($prefix,
|
||||
|
@ -160,6 +160,7 @@ for transport in ["ncacn_np", "ncacn_ip_tcp"]:
|
||||
# Tests for the DFS referral calls implementation
|
||||
for t in smb4torture_testsuites("dfs."):
|
||||
plansmbtorturetestsuite(t, "dc", '//$SERVER/ipc\$ -U$USERNAME%$PASSWORD')
|
||||
plansmbtorturetestsuite(t, "plugin_s4_dc", '//$SERVER/ipc\$ -U$USERNAME%$PASSWORD')
|
||||
|
||||
# Tests for the NET API (net.api.become.dc tested below against all the roles)
|
||||
net_tests = filter(lambda x: "net.api.become.dc" not in x, smb4torture_testsuites("net."))
|
||||
|
Loading…
Reference in New Issue
Block a user