mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
r25373: add three more authentication types
(This used to be commit 9c38c61c33
)
This commit is contained in:
parent
d8b9666c33
commit
ca8f2fbe2e
@ -124,6 +124,9 @@ interface dcerpc
|
||||
const uint8 DCERPC_AUTH_TYPE_SPNEGO = 9;
|
||||
const uint8 DCERPC_AUTH_TYPE_NTLMSSP = 10;
|
||||
const uint8 DCERPC_AUTH_TYPE_KRB5 = 16;
|
||||
const uint8 DCERPC_AUTH_TYPE_DPA = 17;
|
||||
const uint8 DCERPC_AUTH_TYPE_MSN = 18;
|
||||
const uint8 DCERPC_AUTH_TYPE_DIGEST = 21;
|
||||
const uint8 DCERPC_AUTH_TYPE_SCHANNEL = 68;
|
||||
const uint8 DCERPC_AUTH_TYPE_MSMQ = 100;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user