From 4186ef9560804375fedca7c43faa80e57f868339 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 15 Sep 2011 08:54:44 +0200 Subject: s4-torture: Add a samr privilege check. This is the first part which checks if a deleted user is propagated correctly to all daemons and caches with user information are emtpy. --- source3/selftest/tests.py | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/selftest') diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index b4c41fd404..546ca12c36 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -191,6 +191,7 @@ rpc = ["rpc.authcontext", "rpc.samba3.bind", "rpc.samba3.srvsvc", "rpc.samba3.sh "rpc.lsa.privileges", "rpc.lsa.secrets", "rpc.samr", "rpc.samr.users", "rpc.samr.users.privileges", "rpc.samr.passwords", "rpc.samr.passwords.pwdlastset", "rpc.samr.large-dc", "rpc.samr.machine.auth", + "rpc.samr.priv", "rpc.netlogon.admin", "rpc.schannel", "rpc.schannel2", "rpc.bench-schannel1", "rpc.join", "rpc.bind"] -- cgit