diff options
author | Andreas Schneider <asn@samba.org> | 2011-06-15 11:15:06 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-07-04 18:28:00 +1000 |
commit | 45f70db01070cfb0cdfb6ae0e8ee64da2bf42fc0 (patch) | |
tree | ced1c978daa490107838a440c1fe4a475e0c36d0 /source3/librpc/crypto | |
parent | 541f3cf639699d23b9a96e6c615027a5be4581a9 (diff) | |
download | samba-45f70db01070cfb0cdfb6ae0e8ee64da2bf42fc0.tar.gz samba-45f70db01070cfb0cdfb6ae0e8ee64da2bf42fc0.tar.bz2 samba-45f70db01070cfb0cdfb6ae0e8ee64da2bf42fc0.zip |
s3-auth: Added remote_address to ntlmssp server.
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/librpc/crypto')
-rw-r--r-- | source3/librpc/crypto/spnego.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/librpc/crypto/spnego.h b/source3/librpc/crypto/spnego.h index 68d9243bb0..5e1a79b2af 100644 --- a/source3/librpc/crypto/spnego.h +++ b/source3/librpc/crypto/spnego.h @@ -48,6 +48,8 @@ struct spnego_context { bool do_sign; bool do_seal; bool is_dcerpc; + + struct tsocket_address *remote_address; }; NTSTATUS spnego_gssapi_init_client(TALLOC_CTX *mem_ctx, |