From cc0edee3f65cb934bdfd051fe52c22c5e37c0a68 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sat, 9 Dec 2006 15:30:15 +0000 Subject: r20096: now I'm 100% sure:-) metze (This used to be commit 3daa68e1c4212f1dad98b196a096ded3204b03ba) --- source4/librpc/idl/dcerpc.idl | 3 --- 1 file changed, 3 deletions(-) (limited to 'source4/librpc') diff --git a/source4/librpc/idl/dcerpc.idl b/source4/librpc/idl/dcerpc.idl index 20263b4e80..68f85ccb84 100644 --- a/source4/librpc/idl/dcerpc.idl +++ b/source4/librpc/idl/dcerpc.idl @@ -132,9 +132,6 @@ interface dcerpc const uint8 DCERPC_AUTH_TYPE_KRB5_1 = 1; const uint8 DCERPC_AUTH_TYPE_SPNEGO = 9; const uint8 DCERPC_AUTH_TYPE_NTLMSSP = 10; - /* I'm not 100% sure but type 16(0x10) - * seems to be raw krb5 --metze - */ const uint8 DCERPC_AUTH_TYPE_KRB5 = 16; const uint8 DCERPC_AUTH_TYPE_SCHANNEL = 68; const uint8 DCERPC_AUTH_TYPE_MSMQ = 100; -- cgit