1
0
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:
Ronnie Sahlberg 2007-09-27 03:17:24 +00:00 committed by Gerald (Jerry) Carter
parent d8b9666c33
commit ca8f2fbe2e

View File

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