diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-12-09 15:30:15 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:29:05 -0500 |
commit | cc0edee3f65cb934bdfd051fe52c22c5e37c0a68 (patch) | |
tree | 5134f721ac1f0c045ff7aac69ea47088792ec21d | |
parent | 04b50f0f0dad8c78a667d45ecfb8e4f83fa33521 (diff) | |
download | samba-cc0edee3f65cb934bdfd051fe52c22c5e37c0a68.tar.gz samba-cc0edee3f65cb934bdfd051fe52c22c5e37c0a68.tar.bz2 samba-cc0edee3f65cb934bdfd051fe52c22c5e37c0a68.zip |
r20096: now I'm 100% sure:-)
metze
(This used to be commit 3daa68e1c4212f1dad98b196a096ded3204b03ba)
-rw-r--r-- | source4/librpc/idl/dcerpc.idl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source4/librpc/idl/dcerpc.idl b/source4/librpc/idl/dcerpc.idl index 20263b4e80..68f85ccb84 100644 --- a/source4/librpc/idl/dcerpc.idl +++ b/source4/librpc/idl/dcerpc.idl @@ -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; |