summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorGary Lockyer <gary@catalyst.net.nz>2017-07-24 10:55:48 +1200
committerKarolin Seeger <kseeger@samba.org>2017-07-31 11:31:12 +0200
commiteb6e82035566dfb44e1bfc6d6eec383ad0ba66b9 (patch)
tree9907fdf046df35d6bf947c3f398bb28af3799a1a /librpc
parente7d620193c0608d9108420759926615289bb1ecc (diff)
downloadsamba-eb6e82035566dfb44e1bfc6d6eec383ad0ba66b9.tar.gz
dcerpc.idl Add symbolic constant for /root/ncalrpc_as_system
This is string is used several places in the code and tests, so it should be a constant. BUG: https://bugzilla.samba.org/show_bug.cgi?id=12865 Signed-off-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org> (cherry picked from commit 6ab9f789ff6e6328cf222fdb1a39457af7ed58b4)
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/dcerpc.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/librpc/idl/dcerpc.idl b/librpc/idl/dcerpc.idl
index 1e06bc144d7..bbb17f0b8c4 100644
--- a/librpc/idl/dcerpc.idl
+++ b/librpc/idl/dcerpc.idl
@@ -247,6 +247,7 @@ interface dcerpc
DCERPC_AUTH_TYPE_MSMQ = 100,
DCERPC_AUTH_TYPE_NCALRPC_AS_SYSTEM = 200
} dcerpc_AuthType;
+ const char *AS_SYSTEM_MAGIC_PATH_TOKEN = "/root/ncalrpc_as_system";
typedef [enum8bit] enum {
DCERPC_AUTH_LEVEL_NONE = 1,