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:
parent
3fc9abcad7
commit
0161292790
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user