1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-24 21:49:29 +03:00

r20096: now I'm 100% sure:-)

metze
(This used to be commit 3daa68e1c4)
This commit is contained in:
Stefan Metzmacher
2006-12-09 15:30:15 +00:00
committed by Gerald (Jerry) Carter
parent 04b50f0f0d
commit cc0edee3f6

View File

@ -132,9 +132,6 @@ interface dcerpc
const uint8 DCERPC_AUTH_TYPE_KRB5_1 = 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;
const uint8 DCERPC_AUTH_TYPE_SCHANNEL = 68;
const uint8 DCERPC_AUTH_TYPE_MSMQ = 100;