summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-11-23 03:11:38 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:06:05 -0500
commit587745e32da3c45773c129c8b9740c89aa8bbd9f (patch)
treeb073c8ed8f92c57ddc696eb76afb623829404683 /source4/torture
parent88baaee0939e28a596ceae49ce1b265570323340 (diff)
downloadsamba-587745e32da3c45773c129c8b9740c89aa8bbd9f.tar.gz
samba-587745e32da3c45773c129c8b9740c89aa8bbd9f.tar.bz2
samba-587745e32da3c45773c129c8b9740c89aa8bbd9f.zip
r3919: Add more info levels to the QueryTrustedDomainInfo structures, with
names and other assistance from the ethereal sources. More work needs to be done to validate some of the levels, which do not appear in the query - perhaps they are modification levels. Andrew Bartlett (This used to be commit 63635533693fa364b0c697a3fe1010b3eb8b17d3)
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/rpc/lsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/lsa.c b/source4/torture/rpc/lsa.c
index 1fce7d9fa6..c33606cc9e 100644
--- a/source4/torture/rpc/lsa.c
+++ b/source4/torture/rpc/lsa.c
@@ -777,7 +777,7 @@ static BOOL test_EnumTrustDom(struct dcerpc_pipe *p,
struct policy_handle trustdom_handle;
struct policy_handle handle2;
struct lsa_Close c;
- int levels [] = {1, 3, 6};
+ int levels [] = {1, 3, 6, 8, 12};
trust.in.handle = handle;
trust.in.sid = domains.domains[i].sid;