diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-07-09 12:26:34 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:54 -0500 |
commit | b119ebeab0699910f717384591903651d0621886 (patch) | |
tree | 73fe119f7479de2e8f3ded246278f1f6693d9e3a /source4/librpc/rpc/dcerpc_ntlm.c | |
parent | bdb0b60861dd2c352dd30ff1c1822c57ce304d0f (diff) | |
download | samba-b119ebeab0699910f717384591903651d0621886.tar.gz samba-b119ebeab0699910f717384591903651d0621886.tar.bz2 samba-b119ebeab0699910f717384591903651d0621886.zip |
r1419: spnego inside of dcerpc using alter_context/alter_context_resp
instead of auth3
metze
(This used to be commit 19b0567ee533744a0f2778bf8549636a25d96526)
Diffstat (limited to 'source4/librpc/rpc/dcerpc_ntlm.c')
-rw-r--r-- | source4/librpc/rpc/dcerpc_ntlm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/rpc/dcerpc_ntlm.c b/source4/librpc/rpc/dcerpc_ntlm.c index 0f02669eb1..1f8dbc993e 100644 --- a/source4/librpc/rpc/dcerpc_ntlm.c +++ b/source4/librpc/rpc/dcerpc_ntlm.c @@ -67,7 +67,7 @@ NTSTATUS dcerpc_bind_auth_ntlm(struct dcerpc_pipe *p, return status; } - status = dcerpc_bind_auth(p, DCERPC_AUTH_TYPE_NTLMSSP, + status = dcerpc_bind_auth3(p, DCERPC_AUTH_TYPE_NTLMSSP, uuid, version); if (!NT_STATUS_IS_OK(status)) { |