From c62b42d2b2aa065eeb510b0ec98a1ea45e7b606e Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Fri, 11 Apr 2003 15:25:03 +0000 Subject: Finish conversion of VFS options. This section is not complete yet -- we miss documentation for parametric options and new modules stuff (This used to be commit 769bce45e9678b67e2ef1da84d5ee95c90357b9e) --- docs/docbook/smbdotconf/vfs/hostmsdfs.xml | 33 +++++++++++++++------------- docs/docbook/smbdotconf/vfs/msdfsproxy.xml | 33 +++++++++++++++------------- docs/docbook/smbdotconf/vfs/msdfsroot.xml | 35 +++++++++++++++--------------- docs/docbook/smbdotconf/vfs/vfsobject.xml | 20 +++++++++-------- docs/docbook/smbdotconf/vfs/vfsoptions.xml | 20 +++++++++-------- docs/docbook/smbdotconf/vfs/vfspath.xml | 21 +++++++++--------- 6 files changed, 87 insertions(+), 75 deletions(-) (limited to 'docs/docbook/smbdotconf') diff --git a/docs/docbook/smbdotconf/vfs/hostmsdfs.xml b/docs/docbook/smbdotconf/vfs/hostmsdfs.xml index 0496fd7f47..c843969e50 100644 --- a/docs/docbook/smbdotconf/vfs/hostmsdfs.xml +++ b/docs/docbook/smbdotconf/vfs/hostmsdfs.xml @@ -1,17 +1,20 @@ - - host msdfs (G) - This boolean parameter is only available - if Samba has been configured and compiled with the - --with-msdfs option. If set to yes, - Samba will act as a Dfs server, and allow Dfs-aware clients - to browse Dfs trees hosted on the server. + + + This boolean parameter is only available + if Samba has been configured and compiled with the + --with-msdfs option. If set to yes, + Samba will act as a Dfs server, and allow Dfs-aware clients + to browse Dfs trees hosted on the server. - See also the - msdfs root share level parameter. For - more information on setting up a Dfs tree on Samba, - refer to msdfs_setup.html. - + See also the + msdfs root share level parameter. For + more information on setting up a Dfs tree on Samba, + refer to msdfs_setup.html. + - Default: host msdfs = no - - + Default: host msdfs = no + + diff --git a/docs/docbook/smbdotconf/vfs/msdfsproxy.xml b/docs/docbook/smbdotconf/vfs/msdfsproxy.xml index 41b36cb91b..c16968fda7 100644 --- a/docs/docbook/smbdotconf/vfs/msdfsproxy.xml +++ b/docs/docbook/smbdotconf/vfs/msdfsproxy.xml @@ -1,15 +1,18 @@ - - msdfs proxy (S) - This parameter indicates that the share is a - stand-in for another CIFS share whose location is specified by - the value of the parameter. When clients attempt to connect to - this share, they are redirected to the proxied share using - the SMB-Dfs protocol. - Only Dfs roots can act as proxy shares. Take a look at the - msdfs root - and - host msdfs - options to find out how to set up a Dfs root share. - Example: msdfs proxy = \\\\otherserver\\someshare - - + + + This parameter indicates that the share is a + stand-in for another CIFS share whose location is specified by + the value of the parameter. When clients attempt to connect to + this share, they are redirected to the proxied share using + the SMB-Dfs protocol. + + Only Dfs roots can act as proxy shares. Take a look at the + msdfs root + and host msdfs + options to find out how to set up a Dfs root share. + + Example: msdfs proxy = \\\\otherserver\\someshare + + diff --git a/docs/docbook/smbdotconf/vfs/msdfsroot.xml b/docs/docbook/smbdotconf/vfs/msdfsroot.xml index dc50ba5e57..35142ff037 100644 --- a/docs/docbook/smbdotconf/vfs/msdfsroot.xml +++ b/docs/docbook/smbdotconf/vfs/msdfsroot.xml @@ -1,19 +1,20 @@ - - msdfs root (S) - This boolean parameter is only available if - Samba is configured and compiled with the - --with-msdfs option. If set to yes, - 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 msdfs:serverA\\shareA,serverB\\shareB - and so on. For more information on setting up a Dfs tree - on Samba, refer to "Hosting a Microsoft - Distributed File System tree on Samba" document. + + + This boolean parameter is only available if + Samba is configured and compiled with the + --with-msdfs option. If set to yes, + 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 msdfs:serverA\\shareA,serverB\\shareB + and so on. For more information on setting up a Dfs tree + on Samba, refer to "Hosting a Microsoft + Distributed File System tree on Samba" document. - See also host msdfs - + See also host msdfs - Default: msdfs root = no - - + Default: msdfs root = no + + diff --git a/docs/docbook/smbdotconf/vfs/vfsobject.xml b/docs/docbook/smbdotconf/vfs/vfsobject.xml index d334552dae..c68e8d0135 100644 --- a/docs/docbook/smbdotconf/vfs/vfsobject.xml +++ b/docs/docbook/smbdotconf/vfs/vfsobject.xml @@ -1,10 +1,12 @@ - - vfs object (S) - This parameter specifies a shared object files that - 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. + + + This parameter specifies a shared object files that + 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. - Default : no value - - + Default: no value + + diff --git a/docs/docbook/smbdotconf/vfs/vfsoptions.xml b/docs/docbook/smbdotconf/vfs/vfsoptions.xml index 28f14a09bf..d07ec461e2 100644 --- a/docs/docbook/smbdotconf/vfs/vfsoptions.xml +++ b/docs/docbook/smbdotconf/vfs/vfsoptions.xml @@ -1,10 +1,12 @@ - - vfs options (S) - This parameter allows parameters to be passed - to the vfs layer at initialization time. - See also - vfs object. + + + This parameter allows parameters to be passed + to the vfs layer at initialization time. + See also + vfs object. - Default : no value - - + Default: no value + + diff --git a/docs/docbook/smbdotconf/vfs/vfspath.xml b/docs/docbook/smbdotconf/vfs/vfspath.xml index 78c27302a8..c6718a0076 100644 --- a/docs/docbook/smbdotconf/vfs/vfspath.xml +++ b/docs/docbook/smbdotconf/vfs/vfspath.xml @@ -1,12 +1,13 @@ - - vfs path (S) - This parameter specifies the directory - to look in for vfs modules. The name of every vfs object - will be prepended by this directory - + + + This parameter specifies the directory + to look in for vfs modules. The name of every vfs object + will be prepended by this directory. - Default: vfs path = - Example: vfs path = /usr/lib/samba/vfs + Default: vfs path = - - + Example: vfs path = /usr/lib/samba/vfs + + -- cgit