diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-07-13 18:10:11 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:57:34 -0500 |
commit | 6b9d521cf0dbea1e359aee9563e4c859c149e854 (patch) | |
tree | 52dd57293b28b966f564eb8a9c2fb75919f912a8 /source4/librpc/idl | |
parent | bfd8bded8ea8544683b4cc754c7e0fc8ab824776 (diff) | |
download | samba-6b9d521cf0dbea1e359aee9563e4c859c149e854.tar.gz samba-6b9d521cf0dbea1e359aee9563e4c859c149e854.tar.bz2 samba-6b9d521cf0dbea1e359aee9563e4c859c149e854.zip |
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 used to be commit 01612927902ed5e4d0109fec453307cdcb95336f)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/dcerpc.idl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/librpc/idl/dcerpc.idl b/source4/librpc/idl/dcerpc.idl index 0ee3d7b69b..71c1b26e2a 100644 --- a/source4/librpc/idl/dcerpc.idl +++ b/source4/librpc/idl/dcerpc.idl @@ -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; |