summaryrefslogtreecommitdiff
path: root/source3/include/ntdomain.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2010-07-28 17:06:51 -0400
committerSimo Sorce <idra@samba.org>2010-07-30 14:55:27 -0400
commit0b24e8e869207dcb567b61272794daef48ee492a (patch)
treeca62173a0d4265da7c69d6e7b48dd763094f2f70 /source3/include/ntdomain.h
parente286b9c0bd7bf553f216d7c8288bb75a6b3dde95 (diff)
downloadsamba-0b24e8e869207dcb567b61272794daef48ee492a.tar.gz
samba-0b24e8e869207dcb567b61272794daef48ee492a.tar.bz2
samba-0b24e8e869207dcb567b61272794daef48ee492a.zip
s3-dcerpc: Add SPNEGO incapsulation for KRB5 auth
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r--source3/include/ntdomain.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h
index 065138152b..98f2df9445 100644
--- a/source3/include/ntdomain.h
+++ b/source3/include/ntdomain.h
@@ -111,7 +111,8 @@ struct pipe_auth_data {
union {
struct schannel_state *schannel_auth;
struct auth_ntlmssp_state *auth_ntlmssp_state;
- struct gse_context *gssapi_state; /* Client only for now */
+ struct gse_context *gssapi_state;
+ struct spnego_context *spnego_state;
} a_u;
/* Only the client code uses these 3 for now */