diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-05-07 18:11:47 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:05:42 -0500 |
commit | 5f36534629f7f755c7ad8681ec2322baa50f5504 (patch) | |
tree | 22e736635c7fb34d3a69f116affdc8425fb121d8 /source4/torture/rpc | |
parent | ceb1d661727a14fef54ce210d0d97f4417f1b132 (diff) | |
download | samba-5f36534629f7f755c7ad8681ec2322baa50f5504.tar.gz samba-5f36534629f7f755c7ad8681ec2322baa50f5504.tar.bz2 samba-5f36534629f7f755c7ad8681ec2322baa50f5504.zip |
r15500: Add support for interactive prompting on bad passwords to the RPC libraries.
This support requires that the bind_ack and alter_ack recv functions
also be send the DCE/RPC fault. This would be best done by having the
ack run as a normal RPC reply callback, but this isn't easily possible
for now.
Andrew Bartlett
(This used to be commit be6dde22fe728d64d47875699d3421c6d8d872a4)
Diffstat (limited to 'source4/torture/rpc')
-rw-r--r-- | source4/torture/rpc/bind.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/bind.c b/source4/torture/rpc/bind.c index 17580737f8..9467ad3d38 100644 --- a/source4/torture/rpc/bind.c +++ b/source4/torture/rpc/bind.c @@ -63,7 +63,7 @@ BOOL torture_multi_bind(struct torture_context *torture) return False; } - status = dcerpc_pipe_auth(mem_ctx, &p, binding, &dcerpc_table_lsarpc, cmdline_credentials); + status = dcerpc_pipe_auth(&p, binding, &dcerpc_table_lsarpc, cmdline_credentials); if (NT_STATUS_IS_OK(status)) { printf("(incorrectly) allowed re-bind to uuid %s - %s\n", |