From 3aaa6ff496debf806fdb87d7993061eb5e61af1b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 2 Dec 2005 03:19:23 +0000 Subject: r12008: added a simple LOCAL-SDDL test suite. Only one example so far. Will be filled in with more examples as I expand the sddl parsing code. (This used to be commit 8f80e483a3aa07bb5a16eeccde5af5cd7fb5a975) --- source4/torture/torture.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/torture.c') diff --git a/source4/torture/torture.c b/source4/torture/torture.c index 86c56131a2..62b85778c7 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -2323,6 +2323,7 @@ static struct { {"LOCAL-PAC", torture_pac, 0}, {"LOCAL-REGISTRY", torture_registry, 0}, {"LOCAL-RESOLVE", torture_local_resolve, 0}, + {"LOCAL-SDDL", torture_local_sddl, 0}, /* COM (Component Object Model) testers */ {"COM-SIMPLE", torture_com_simple, 0 }, -- cgit