summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-06-07 09:47:26 +1000
committerKarolin Seeger <kseeger@samba.org>2011-06-07 20:04:29 +0200
commit8ea5b00495307844b0d0ff60711ff7cbaf3f6457 (patch)
tree9d9c740dba1ca03f9a5ba3d4ea17e13f95b7834c
parent2b90b4a1a21725dbdcb3d9f6a9a0ec62dab9f2e3 (diff)
downloadsamba-8ea5b00495307844b0d0ff60711ff7cbaf3f6457.tar.gz
s3-docs Add documentation for ncalrpc dir
(cherry picked from commit 838d69be074dab8ba9626b50916c7d14f7c4954e)
-rw-r--r--docs-xml/smbdotconf/misc/ncalrpcdir.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/misc/ncalrpcdir.xml b/docs-xml/smbdotconf/misc/ncalrpcdir.xml
new file mode 100644
index 00000000000..6ef3957db1a
--- /dev/null
+++ b/docs-xml/smbdotconf/misc/ncalrpcdir.xml
@@ -0,0 +1,13 @@
+<samba:parameter name="ncalrpc dir"
+ context="G"
+ advanced="1" developer="1"
+ type="string"
+ xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+ <para>This directory will hold a series of named pipes to allow RPC over inter-process communication. </para>.
+ <para>This will allow Samba and other unix processes to interact over DCE/RPC without using TCP/IP. Additionally a sub-directory 'np' has restricted permissions, and allows a trusted communication channel between Samba processes</para>
+</description>
+
+<value type="default">${prefix}/var/ncalrpc</value>
+<value type="example">/var/run/samba/ncalrpc</value>
+</samba:parameter>