From 4b8dd08a3859c0b7dd2085898266ef5bbdbc3420 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 2 Mar 2011 10:56:46 +0100 Subject: s3-rpc_server: Add server support for NCALRPC system user pipe. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner --- source3/include/ntdomain.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/include') diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index 5819c9aa65..ac06b25c12 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -134,6 +134,8 @@ struct pipes_struct { struct pipe_auth_data auth; + bool system_user; + /* * Set to true when an RPC bind has been done on this pipe. */ -- cgit