summaryrefslogtreecommitdiffstats
path: root/docs-xml/smbdotconf/misc/ncalrpcdir.xml
blob: 2e29514192019f4d0e7c1f2dc12c39b5b106aa81 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<samba:parameter name="ncalrpc dir"
		 context="G"
		 advanced="1" developer="1"
		 type="string"
                 constant="1"
		 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">&pathconfig.NCALRPCDIR;</value>
<value type="example">/var/run/samba/ncalrpc</value>
</samba:parameter>