s4:selftest: test using the machine account of the rodc against itself
authorStefan Metzmacher <metze@samba.org>
Fri, 4 Mar 2011 15:57:28 +0000 (16:57 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 4 Mar 2011 21:06:10 +0000 (22:06 +0100)
This should test the non proxy rodc kdc path.

metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Fri Mar  4 22:06:10 CET 2011 on sn-devel-104

source4/selftest/tests.py

index 42bf7cd5a873d81b3bbb7b729c6b37a40f1b6b8a..c4707b08868f46d6cb332eebc62dd56fdb089ac3 100755 (executable)
@@ -429,4 +429,5 @@ plantestsuite_loadlist("samba4.%s.two" % t, "vampire_dc", [valgrindify(smb4tortu
 
 # some RODC testing
 plantestsuite_loadlist("samba4.rpc.echo", "rodc", [smb4torture, "$LISTOPT", 'ncacn_np:$SERVER', "-k", "yes", '-U$USERNAME%$PASSWORD', '-W' '$DOMAIN', 'rpc.echo'])
+plantestsuite_loadlist("samba4.rpc.echo", "rodc:local", [smb4torture, "$LISTOPT", 'ncacn_np:$SERVER', "-k", "yes", '-P', '-W' '$DOMAIN', 'rpc.echo'])
 plantestsuite("samba4.blackbox.provision-backend.py", "none", ["PYTHON=%s" % python, os.path.join(samba4srcdir, "setup/tests/blackbox_provision-backend.sh"), '$PREFIX/provision'])