1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-22 05:57:43 +03:00

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 commit is contained in:
Stefan Metzmacher 2004-07-13 18:10:11 +00:00 committed by Gerald (Jerry) Carter
parent 3fc9abcad7
commit 0161292790

View File

@ -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;