From 6b9d521cf0dbea1e359aee9563e4c859c149e854 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 13 Jul 2004 18:10:11 +0000 Subject: r1482: today I saw DCERPC_AUTH_TYPE 16(0x10) and it seems to be raw krb5, but I need to do some tests metze (This used to be commit 01612927902ed5e4d0109fec453307cdcb95336f) --- source4/librpc/idl/dcerpc.idl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/librpc/idl') diff --git a/source4/librpc/idl/dcerpc.idl b/source4/librpc/idl/dcerpc.idl index 0ee3d7b69b..71c1b26e2a 100644 --- a/source4/librpc/idl/dcerpc.idl +++ b/source4/librpc/idl/dcerpc.idl @@ -105,6 +105,10 @@ interface dcerpc const uint8 DCERPC_AUTH_TYPE_KRB5 = 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 = 16; const uint8 DCERPC_AUTH_TYPE_SCHANNEL = 68; const uint8 DCERPC_AUTH_LEVEL_NONE = 1; -- cgit