summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/rpc.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-12-15 17:49:24 +0100
committerTim Prouty <tprouty@samba.org>2009-12-15 12:28:16 -0800
commit4a19adadcc543f289f4f1c70e696153b488f79c6 (patch)
tree17cf5251e33ccd1e5115083ffe5bf8be31cc9fa1 /source4/torture/rpc/rpc.c
parent20bcdf85f16216c45ded886217fedc4516cc591c (diff)
downloadsamba-4a19adadcc543f289f4f1c70e696153b488f79c6.tar.gz
samba-4a19adadcc543f289f4f1c70e696153b488f79c6.tar.bz2
samba-4a19adadcc543f289f4f1c70e696153b488f79c6.zip
smbtorture4: Add rpc-samba3-getaliasmembership-0
Diffstat (limited to 'source4/torture/rpc/rpc.c')
-rw-r--r--source4/torture/rpc/rpc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/rpc/rpc.c b/source4/torture/rpc/rpc.c
index 141a39e258..3362bad605 100644
--- a/source4/torture/rpc/rpc.c
+++ b/source4/torture/rpc/rpc.c
@@ -488,6 +488,8 @@ NTSTATUS torture_rpc_init(void)
torture_suite_add_simple_test(suite, "SAMBA3-SPOOLSS", torture_samba3_rpc_spoolss);
torture_suite_add_simple_test(suite, "SAMBA3-WKSSVC", torture_samba3_rpc_wkssvc);
torture_suite_add_simple_test(suite, "SAMBA3-WINREG", torture_samba3_rpc_winreg);
+ torture_suite_add_simple_test(suite, "SAMBA3-GETALIASMEMBERSHIP-0",
+ torture_samba3_getaliasmembership_0);
torture_rpc_drsuapi_tcase(suite);
torture_rpc_drsuapi_cracknames_tcase(suite);
torture_suite_add_suite(suite, torture_rpc_dssetup(suite));