diff options
author | Ronnie Sahlberg <sahlberg@samba.org> | 2007-09-27 03:17:24 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:07:20 -0500 |
commit | ca8f2fbe2e25db860bea4fe072c7d03dd11ec8f0 (patch) | |
tree | 502842af68e0c43f300eda498a700ef7dd937b9a /source4/librpc/idl | |
parent | d8b9666c33c3211974d113853865314f9296c6f4 (diff) | |
download | samba-ca8f2fbe2e25db860bea4fe072c7d03dd11ec8f0.tar.gz samba-ca8f2fbe2e25db860bea4fe072c7d03dd11ec8f0.tar.bz2 samba-ca8f2fbe2e25db860bea4fe072c7d03dd11ec8f0.zip |
r25373: add three more authentication types
(This used to be commit 9c38c61c337da911d56df33f1b72be8cf7d0d4c6)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/dcerpc.idl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/librpc/idl/dcerpc.idl b/source4/librpc/idl/dcerpc.idl index c864bd4b39..7a5827b6f1 100644 --- a/source4/librpc/idl/dcerpc.idl +++ b/source4/librpc/idl/dcerpc.idl @@ -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; |