summaryrefslogtreecommitdiff
path: root/docs/docbook/smbdotconf/vfs
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docbook/smbdotconf/vfs')
-rw-r--r--docs/docbook/smbdotconf/vfs/hostmsdfs.xml6
-rw-r--r--docs/docbook/smbdotconf/vfs/msdfsroot.xml7
-rw-r--r--docs/docbook/smbdotconf/vfs/vfsobjects.xml11
3 files changed, 9 insertions, 15 deletions
diff --git a/docs/docbook/smbdotconf/vfs/hostmsdfs.xml b/docs/docbook/smbdotconf/vfs/hostmsdfs.xml
index c76c3b6c1d..4e8dfe7a79 100644
--- a/docs/docbook/smbdotconf/vfs/hostmsdfs.xml
+++ b/docs/docbook/smbdotconf/vfs/hostmsdfs.xml
@@ -3,14 +3,16 @@
advanced="1" developer="1"
xmlns:samba="http://samba.org/common">
<listitem>
- <para>If set to <constant>yes</constant>,
+ <para>This boolean parameter is only available
+ if Samba has been configured and compiled with the <command moreinfo="none">
+ --with-msdfs</command> option. If set to <constant>yes</constant>,
Samba will act as a Dfs server, and allow Dfs-aware clients
to browse Dfs trees hosted on the server.</para>
<para>See also the <link linkend="MSDFSROOT"><parameter moreinfo="none">
msdfs root</parameter></link> share level parameter. For
more information on setting up a Dfs tree on Samba,
- refer to <ulink url="msdfs_setup.html">msdfs_setup.html</ulink>.
+ refer to <link linkend="msdfs"/>.
</para>
<para>Default: <command moreinfo="none">host msdfs = no</command></para>
diff --git a/docs/docbook/smbdotconf/vfs/msdfsroot.xml b/docs/docbook/smbdotconf/vfs/msdfsroot.xml
index eaed6f68e9..e72bf89b1f 100644
--- a/docs/docbook/smbdotconf/vfs/msdfsroot.xml
+++ b/docs/docbook/smbdotconf/vfs/msdfsroot.xml
@@ -2,14 +2,15 @@
context="S"
xmlns:samba="http://samba.org/common">
<listitem>
- <para>If set to <constant>yes</constant>,
+ <para>This boolean parameter is only available if
+ Samba is configured and compiled with the <command moreinfo="none">
+ --with-msdfs</command> option. If set to <constant>yes</constant>,
Samba treats the share as a Dfs root and allows clients to browse
the distributed file system tree rooted at the share directory.
Dfs links are specified in the share directory by symbolic
links of the form <filename moreinfo="none">msdfs:serverA\\shareA,serverB\\shareB</filename>
and so on. For more information on setting up a Dfs tree
- on Samba, refer to <ulink url="msdfs.html">&quot;Hosting a Microsoft
- Distributed File System tree on Samba&quot;</ulink> document.</para>
+ on Samba, refer to <link linkend="msdfs"/>.</para>
<para>See also <link linkend="HOSTMSDFS"><parameter moreinfo="none">host msdfs</parameter></link></para>
diff --git a/docs/docbook/smbdotconf/vfs/vfsobjects.xml b/docs/docbook/smbdotconf/vfs/vfsobjects.xml
index 85f5016401..32a10b5bd6 100644
--- a/docs/docbook/smbdotconf/vfs/vfsobjects.xml
+++ b/docs/docbook/smbdotconf/vfs/vfsobjects.xml
@@ -2,19 +2,10 @@
context="S"
xmlns:samba="http://samba.org/common">
<listitem>
- <para>This parameter specifies the backend module names which
+ <para>This parameter specifies the backend names which
are used for Samba VFS I/O operations. By default, normal
disk I/O operations are used but these can be overloaded
with one or more VFS objects. </para>
-
- <para>Options for a given VFS module are specified one per line
- smb.conf perfaced by the module name and a colon (:). Such as</para>
-
- <para>foo:bar=biddle</para>
-
- <para>where 'foo' is the name of VFS module, 'bar' is a parameter supported
- by ;foo;, and 'biddle' is the value of the option 'bar'. Refer to the
- manpage for a given VFS modules regarding the options supported by that module.</para>
<para>Default: <emphasis>no value</emphasis></para>