summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/rpc.c
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2011-09-15 08:54:44 +0200
committerAndreas Schneider <asn@samba.org>2011-10-27 17:09:50 +0200
commit4186ef9560804375fedca7c43faa80e57f868339 (patch)
treecf72a8dcd212749b7add04f597b8bcea891bd70f /source4/torture/rpc/rpc.c
parentb411b81642a6317f11cfb67c04fc1313ff009bea (diff)
downloadsamba-4186ef9560804375fedca7c43faa80e57f868339.tar.gz
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.
Diffstat (limited to 'source4/torture/rpc/rpc.c')
-rw-r--r--source4/torture/rpc/rpc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/rpc/rpc.c b/source4/torture/rpc/rpc.c
index 01ce93f373e..41668e00a31 100644
--- a/source4/torture/rpc/rpc.c
+++ b/source4/torture/rpc/rpc.c
@@ -503,6 +503,7 @@ NTSTATUS torture_rpc_init(void)
torture_suite_add_suite(suite, torture_rpc_samr_passwords_lockout(suite));
torture_suite_add_suite(suite, torture_rpc_samr_user_privileges(suite));
torture_suite_add_suite(suite, torture_rpc_samr_large_dc(suite));
+ torture_suite_add_suite(suite, torture_rpc_samr_priv(suite));
torture_suite_add_suite(suite, torture_rpc_epmapper(suite));
torture_suite_add_suite(suite, torture_rpc_initshutdown(suite));
torture_suite_add_suite(suite, torture_rpc_oxidresolve(suite));