summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-15 11:13:49 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-15 11:13:49 +0000
commit8f09c940b7d9b223d5364b3e2e5d46338072c27f (patch)
tree94e252c006379a4a73b8e783b67df3a58d1bf6b9 /source4/torture
parente92419e2d35126f98af6c22fe5e0224421998aad (diff)
downloadsamba-8f09c940b7d9b223d5364b3e2e5d46338072c27f.tar.gz
samba-8f09c940b7d9b223d5364b3e2e5d46338072c27f.tar.bz2
samba-8f09c940b7d9b223d5364b3e2e5d46338072c27f.zip
added samr UserInfo levels 4 to 20
(This used to be commit 5bbe63a7bbd4623dbbab7f74c00c7998d469571c)
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/rpc/samr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/torture/rpc/samr.c b/source4/torture/rpc/samr.c
index 8cafb4a2f5..98eba59c72 100644
--- a/source4/torture/rpc/samr.c
+++ b/source4/torture/rpc/samr.c
@@ -26,7 +26,8 @@ static BOOL test_QueryUserInfo(struct dcerpc_pipe *p, TALLOC_CTX *mem_ctx,
{
NTSTATUS status;
struct samr_QueryUserInfo r;
- uint16 levels[] = {1, 2, 3};
+ uint16 levels[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10,
+ 11, 12, 13, 14, 16, 17, 20};
int i;
BOOL ret = True;