From 6ab9f789ff6e6328cf222fdb1a39457af7ed58b4 Mon Sep 17 00:00:00 2001 From: Gary Lockyer Date: Mon, 24 Jul 2017 10:55:48 +1200 Subject: 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 Reviewed-by: Andrew Bartlett Reviewed-by: Alexander Bokovoy --- librpc/idl/dcerpc.idl | 1 + 1 file changed, 1 insertion(+) (limited to 'librpc') 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, -- cgit v1.2.1