diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-15 11:13:49 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-15 11:13:49 +0000 |
commit | 8f09c940b7d9b223d5364b3e2e5d46338072c27f (patch) | |
tree | 94e252c006379a4a73b8e783b67df3a58d1bf6b9 /source4/torture/rpc/samr.c | |
parent | e92419e2d35126f98af6c22fe5e0224421998aad (diff) | |
download | samba-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/rpc/samr.c')
-rw-r--r-- | source4/torture/rpc/samr.c | 3 |
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; |