summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/dcerpc.idl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-11-04 23:57:49 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:29 -0500
commit96ffc6d945e9318f749796e63a76e6b52a289daa (patch)
tree4ee787ef00096e6bee3b5580194b79099293f363 /source4/librpc/idl/dcerpc.idl
parentb2617daeb658af9959ea71432d87fa4273b7f1a4 (diff)
downloadsamba-96ffc6d945e9318f749796e63a76e6b52a289daa.tar.gz
samba-96ffc6d945e9318f749796e63a76e6b52a289daa.tar.bz2
samba-96ffc6d945e9318f749796e63a76e6b52a289daa.zip
r3536: Some minor IDL updates/fixes/additions
(This used to be commit 6fab01df000a126d2d01c41ead952d027f755309)
Diffstat (limited to 'source4/librpc/idl/dcerpc.idl')
-rw-r--r--source4/librpc/idl/dcerpc.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/librpc/idl/dcerpc.idl b/source4/librpc/idl/dcerpc.idl
index 758cf45616..cd87539589 100644
--- a/source4/librpc/idl/dcerpc.idl
+++ b/source4/librpc/idl/dcerpc.idl
@@ -113,6 +113,7 @@ interface dcerpc
const uint8 DCERPC_AUTH_TYPE_SCHANNEL = 68;
const uint8 DCERPC_AUTH_TYPE_MSMQ = 100;
+ const uint8 DCERPC_AUTH_LEVEL_DEFAULT = DCERPC_AUTH_LEVEL_CONNECT;
const uint8 DCERPC_AUTH_LEVEL_NONE = 1;
const uint8 DCERPC_AUTH_LEVEL_CONNECT = 2;
const uint8 DCERPC_AUTH_LEVEL_CALL = 3;