summaryrefslogtreecommitdiff
path: root/source3/include/ntdomain.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2011-03-02 10:56:46 +0100
committerGünther Deschner <gd@samba.org>2011-03-08 11:41:30 +0100
commit4b8dd08a3859c0b7dd2085898266ef5bbdbc3420 (patch)
tree076fe204fcd3e8e6c2c46e6d53a1810cfc5b464e /source3/include/ntdomain.h
parent5ce12e0beb65765b7e4bcef7f8d9b1963bd53e52 (diff)
downloadsamba-4b8dd08a3859c0b7dd2085898266ef5bbdbc3420.tar.gz
samba-4b8dd08a3859c0b7dd2085898266ef5bbdbc3420.tar.bz2
samba-4b8dd08a3859c0b7dd2085898266ef5bbdbc3420.zip
s3-rpc_server: Add server support for NCALRPC system user pipe.
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r--source3/include/ntdomain.h2
1 files changed, 2 insertions, 0 deletions
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.
*/