summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-12-02 03:19:23 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:46:58 -0500
commit3aaa6ff496debf806fdb87d7993061eb5e61af1b (patch)
tree2177b68253f511cdadabe5d403b362b514d3db70 /source4/torture/torture.c
parent51b1deee5def7c66841f10a231b43cfd42a60b5f (diff)
downloadsamba-3aaa6ff496debf806fdb87d7993061eb5e61af1b.tar.gz
samba-3aaa6ff496debf806fdb87d7993061eb5e61af1b.tar.bz2
samba-3aaa6ff496debf806fdb87d7993061eb5e61af1b.zip
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)
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r--source4/torture/torture.c1
1 files changed, 1 insertions, 0 deletions
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 },