diff options
author | Simo Sorce <idra@samba.org> | 2010-09-03 11:03:49 -0400 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-09-23 10:54:23 -0700 |
commit | d10e192b83e2c016873d7c2198f62173834287f0 (patch) | |
tree | 72d9d6ed8ce885825651d9d79b20b72bd90997a9 /source3/include/ntdomain.h | |
parent | b475cfd0b2376fdf2a8426f33be8c940b035fe26 (diff) | |
download | samba-d10e192b83e2c016873d7c2198f62173834287f0.tar.gz |
s3-dcerpc: finally remove the legaqcy spnego_type variable from pipe_auth_data
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r-- | source3/include/ntdomain.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index 073efe54b93..9fdb794fd39 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -93,19 +93,12 @@ typedef struct pipe_rpc_fns { * Can't keep in sync with wire values as spnego wraps different auth methods. */ -enum pipe_auth_type_spnego { - PIPE_AUTH_TYPE_SPNEGO_NONE = 0, - PIPE_AUTH_TYPE_SPNEGO_NTLMSSP, - PIPE_AUTH_TYPE_SPNEGO_KRB5 -}; - struct gse_context; /* auth state for all bind types. */ struct pipe_auth_data { enum dcerpc_AuthType auth_type; - enum pipe_auth_type_spnego spnego_type; /* used by server only */ enum dcerpc_AuthLevel auth_level; union { |