From 968bf581f6f8be763b12ca85419b4fbc1a9f78c3 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 11 May 2004 00:43:46 +0000 Subject: r644: add SPNEGO auth type metze (This used to be commit 75bca5dcfa68de0d18a144a221260d2f728e0bfc) --- source4/librpc/idl/dcerpc.idl | 1 + 1 file changed, 1 insertion(+) (limited to 'source4') diff --git a/source4/librpc/idl/dcerpc.idl b/source4/librpc/idl/dcerpc.idl index 5e5c467f69..c439262f6c 100644 --- a/source4/librpc/idl/dcerpc.idl +++ b/source4/librpc/idl/dcerpc.idl @@ -102,6 +102,7 @@ interface dcerpc const uint8 DCERPC_AUTH_TYPE_NONE = 0; const uint8 DCERPC_AUTH_TYPE_KRB5 = 1; + const uint8 DCERPC_AUTH_TYPE_SPNEGO = 9; const uint8 DCERPC_AUTH_TYPE_NTLMSSP = 10; const uint8 DCERPC_AUTH_TYPE_SCHANNEL = 68; -- cgit