diff options
author | Garming Sam <garming@catalyst.net.nz> | 2014-01-09 12:23:31 +1300 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2014-01-31 21:11:49 +0100 |
commit | 308b8b2f10215f649e60682b1224c535bb68d90c (patch) | |
tree | 88aa53641bab71f95cf0df5fbf8cf9691cfc33de | |
parent | 9143987405dcde0973e9a2c7039bce12dd97cf50 (diff) | |
download | samba-308b8b2f10215f649e60682b1224c535bb68d90c.tar.gz samba-308b8b2f10215f649e60682b1224c535bb68d90c.tar.xz samba-308b8b2f10215f649e60682b1224c535bb68d90c.zip |
docs: change default in ncalrpc dir to use an entity
Change-Id: I53e66f778731f44aba9fa2e1e18f157bea9c2974
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
-rw-r--r-- | docs-xml/smbdotconf/misc/ncalrpcdir.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-xml/smbdotconf/misc/ncalrpcdir.xml b/docs-xml/smbdotconf/misc/ncalrpcdir.xml index 01b5b5cc5c..5085050a9b 100644 --- a/docs-xml/smbdotconf/misc/ncalrpcdir.xml +++ b/docs-xml/smbdotconf/misc/ncalrpcdir.xml @@ -8,6 +8,6 @@ <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="default">&pathconfig.NCALRPCDIR;</value> <value type="example">/var/run/samba/ncalrpc</value> </samba:parameter> |