mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
4a6a010e78
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Ira Cooper <ira@samba.org>
14 lines
660 B
XML
14 lines
660 B
XML
<samba:parameter name="ncalrpc dir"
|
|
context="G"
|
|
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>
|