smbd: Remove unused code for dos attributes in stat struct
[Samba.git] / docs-xml / smbdotconf / misc / ncalrpcdir.xml
blob2e29514192019f4d0e7c1f2dc12c39b5b106aa81
1 <samba:parameter name="ncalrpc dir"
2                  context="G"
3                  advanced="1" developer="1"
4                  type="string"
5                  constant="1"
6                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
7 <description>
8         <para>This directory will hold a series of named pipes to allow RPC over inter-process communication.</para>
9         <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>
10 </description>
12 <value type="default">&pathconfig.NCALRPCDIR;</value>
13 <value type="example">/var/run/samba/ncalrpc</value>
14 </samba:parameter>