mirror of
https://github.com/samba-team/samba.git
synced 2025-01-21 18:04:06 +03:00
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)
This commit is contained in:
parent
e7d620193c
commit
eb6e820355
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user