diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-06-07 09:47:26 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-06-07 02:57:33 +0200 |
commit | 776598a98103a20fc6a0bfafdebd105e448518ac (patch) | |
tree | 3ead4e5aba7373fe76061977f7d0eb0cf9e1b332 /docs-xml/smbdotconf | |
parent | a8d1d0c94cf1bcc60d68d0385d8f092271d0145c (diff) | |
download | samba-776598a98103a20fc6a0bfafdebd105e448518ac.tar.gz samba-776598a98103a20fc6a0bfafdebd105e448518ac.tar.xz 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/smbdotconf')
-rw-r--r-- | docs-xml/smbdotconf/misc/ncalrpcdir.xml | 13 |
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..b53acef9e26 --- /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> |