summaryrefslogtreecommitdiff
path: root/source4/torture/rpc/schannel.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-11-05 01:34:55 +0100
committerGünther Deschner <gd@samba.org>2008-11-10 21:46:28 +0100
commit8f1559c35032320a9a5e3f665ddfbfa41ab1a7d8 (patch)
tree2478871a7a2a56fd3674f4899df041adadd37378 /source4/torture/rpc/schannel.c
parentf42f1ae5a8e914790a9ac8fefe7cee3ec8988508 (diff)
downloadsamba-8f1559c35032320a9a5e3f665ddfbfa41ab1a7d8.tar.gz
samba-8f1559c35032320a9a5e3f665ddfbfa41ab1a7d8.tar.bz2
samba-8f1559c35032320a9a5e3f665ddfbfa41ab1a7d8.zip
s4-samr: merge samr_GetDomPwInfo from s3 idl. (fixme: python)
Guenther
Diffstat (limited to 'source4/torture/rpc/schannel.c')
-rw-r--r--source4/torture/rpc/schannel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/rpc/schannel.c b/source4/torture/rpc/schannel.c
index ca1655729b..451990a71b 100644
--- a/source4/torture/rpc/schannel.c
+++ b/source4/torture/rpc/schannel.c
@@ -128,6 +128,7 @@ static bool test_samr_ops(struct torture_context *tctx,
{
NTSTATUS status;
struct samr_GetDomPwInfo r;
+ struct samr_PwInfo info;
struct samr_Connect connect;
struct samr_OpenDomain opendom;
int i;
@@ -137,6 +138,7 @@ static bool test_samr_ops(struct torture_context *tctx,
name.string = lp_workgroup(tctx->lp_ctx);
r.in.domain_name = &name;
+ r.out.info = &info;
connect.in.system_name = 0;
connect.in.access_mask = SEC_FLAG_MAXIMUM_ALLOWED;