summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-06-07 09:47:26 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-06-07 02:57:33 +0200
commit776598a98103a20fc6a0bfafdebd105e448518ac (patch)
tree3ead4e5aba7373fe76061977f7d0eb0cf9e1b332 /docs-xml
parenta8d1d0c94cf1bcc60d68d0385d8f092271d0145c (diff)
downloadsamba-776598a98103a20fc6a0bfafdebd105e448518ac.tar.gz
samba-776598a98103a20fc6a0bfafdebd105e448518ac.tar.bz2
samba-776598a98103a20fc6a0bfafdebd105e448518ac.zip
s3-docs Add documentation for ncalrpc dir
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Jun 7 02:57:33 CEST 2011 on sn-devel-104
Diffstat (limited to 'docs-xml')
-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 0000000000..b53acef9e2
--- /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>