summaryrefslogtreecommitdiff
path: root/source3/utils/net.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-02-08 10:59:09 +0000
committerAndrew Bartlett <abartlet@samba.org>2004-02-08 10:59:09 +0000
commit784c631a3a3fcaef22873b5ab2389cd15b13d0a1 (patch)
tree47bdd84ae4769dc8b8e2a20b5b39a128737122a4 /source3/utils/net.h
parent62df6251ccaf705fbabb5342a87947bd643209a6 (diff)
downloadsamba-784c631a3a3fcaef22873b5ab2389cd15b13d0a1.tar.gz
samba-784c631a3a3fcaef22873b5ab2389cd15b13d0a1.tar.bz2
samba-784c631a3a3fcaef22873b5ab2389cd15b13d0a1.zip
Make it possible to 'net rpc samdump' of any domain you are currently joined
to, despite any smb.conf settings. Work to allow the same for 'net rpc vampire', but instead give a clear error message on what is incorrect. Andrew Bartlett (This used to be commit 6b629344c5a4061d6052fa91f8429b337bab95fb)
Diffstat (limited to 'source3/utils/net.h')
-rw-r--r--source3/utils/net.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/utils/net.h b/source3/utils/net.h
index 78c0aad86a..94e6de9d18 100644
--- a/source3/utils/net.h
+++ b/source3/utils/net.h
@@ -35,6 +35,8 @@
/* We want an anonymous connection */
#define NET_FLAGS_ANONYMOUS 16
+/* don't open an RPC pipe */
+#define NET_FLAGS_NO_PIPE 32
extern int opt_maxusers;
extern const char *opt_comment;