diff options
author | Tim Potter <tpot@samba.org> | 2003-09-08 00:31:14 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-09-08 00:31:14 +0000 |
commit | 4e901527f99be978a7868e206beed1891f87c3e9 (patch) | |
tree | c48bc3717cbd0d9ef4d8402cbef97249b8d22ec8 | |
parent | 7040003bf02aeab1b289331aa19132ac7cea8023 (diff) | |
download | samba-4e901527f99be978a7868e206beed1891f87c3e9.tar.gz samba-4e901527f99be978a7868e206beed1891f87c3e9.tar.bz2 samba-4e901527f99be978a7868e206beed1891f87c3e9.zip |
Remove another reference to --with-msdfs. Put back accidentally
removed <para> tag remove in previous commit.
(This used to be commit 7b40ea3bbd80044cf6dc3ead077cd08d9e3b84ce)
-rw-r--r-- | docs/docbook/smbdotconf/vfs/hostmsdfs.xml | 2 | ||||
-rw-r--r-- | docs/docbook/smbdotconf/vfs/msdfsroot.xml | 17 |
2 files changed, 9 insertions, 10 deletions
diff --git a/docs/docbook/smbdotconf/vfs/hostmsdfs.xml b/docs/docbook/smbdotconf/vfs/hostmsdfs.xml index f7e7cf58fa..d2b64cc68f 100644 --- a/docs/docbook/smbdotconf/vfs/hostmsdfs.xml +++ b/docs/docbook/smbdotconf/vfs/hostmsdfs.xml @@ -3,7 +3,7 @@ advanced="1" developer="1" xmlns:samba="http://samba.org/common"> <listitem> - If set to <constant>yes</constant>, Samba will act as a Dfs + <para>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> diff --git a/docs/docbook/smbdotconf/vfs/msdfsroot.xml b/docs/docbook/smbdotconf/vfs/msdfsroot.xml index e72bf89b1f..059ffff9a0 100644 --- a/docs/docbook/smbdotconf/vfs/msdfsroot.xml +++ b/docs/docbook/smbdotconf/vfs/msdfsroot.xml @@ -2,15 +2,14 @@ context="S" xmlns:samba="http://samba.org/common"> <listitem> - <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 <link linkend="msdfs"/>.</para> + <para>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 <link linkend="msdfs"/>.</para> <para>See also <link linkend="HOSTMSDFS"><parameter moreinfo="none">host msdfs</parameter></link></para> |