diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-01-10 21:53:42 +1100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-01-18 16:23:24 +0100 |
commit | 40715e1251dc27a677c1b0b894406b6d86e391f0 (patch) | |
tree | e43d45a797e37c760f5c7319a4dab4b15937a738 /source3/libsmb | |
parent | 9729bdf89f20998823a1dda9e215647a49ca76a6 (diff) | |
download | samba-40715e1251dc27a677c1b0b894406b6d86e391f0.tar.gz samba-40715e1251dc27a677c1b0b894406b6d86e391f0.tar.bz2 samba-40715e1251dc27a677c1b0b894406b6d86e391f0.zip |
s3-librpc: pass struct ndr_interface_table down to cli_pipe_open_generic/spnego()
This allows the target service (as determined from the IDL) to be
passed to GSSAPI (rather than the current, incorrect, "cifs").
Andrew Bartlett
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/libsmb')
-rw-r--r-- | source3/libsmb/passchange.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/libsmb/passchange.c b/source3/libsmb/passchange.c index 684ffd91a1..ea6d9d5edb 100644 --- a/source3/libsmb/passchange.c +++ b/source3/libsmb/passchange.c @@ -149,7 +149,7 @@ NTSTATUS remote_password_change(const char *remote_machine, const char *user_nam if (!pass_must_change) { result = cli_rpc_pipe_open_generic_auth(cli, - &ndr_table_samr.syntax_id, + &ndr_table_samr, NCACN_NP, DCERPC_AUTH_TYPE_NTLMSSP, DCERPC_AUTH_LEVEL_PRIVACY, |