s3-docs Add documentation for ncalrpc dir
authorAndrew Bartlett <abartlet@samba.org>
Mon, 6 Jun 2011 23:47:26 +0000 (09:47 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 7 Jun 2011 00:57:33 +0000 (02:57 +0200)
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Tue Jun  7 02:57:33 CEST 2011 on sn-devel-104

docs-xml/smbdotconf/misc/ncalrpcdir.xml [new file with mode: 0644]

diff --git a/docs-xml/smbdotconf/misc/ncalrpcdir.xml b/docs-xml/smbdotconf/misc/ncalrpcdir.xml
new file mode 100644 (file)
index 0000000..b53acef
--- /dev/null
@@ -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>