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/aclcompatibility.xml17
-rw-r--r--docs/docbook/smbdotconf/vfs/getquotacommand.xml52
-rw-r--r--docs/docbook/smbdotconf/vfs/hostmsdfs.xml18
-rw-r--r--docs/docbook/smbdotconf/vfs/msdfsproxy.xml18
-rw-r--r--docs/docbook/smbdotconf/vfs/msdfsroot.xml18
-rw-r--r--docs/docbook/smbdotconf/vfs/setquotacommand.xml42
-rw-r--r--docs/docbook/smbdotconf/vfs/vfsobject.xml12
-rw-r--r--docs/docbook/smbdotconf/vfs/vfsobjects.xml14
8 files changed, 0 insertions, 191 deletions
diff --git a/docs/docbook/smbdotconf/vfs/aclcompatibility.xml b/docs/docbook/smbdotconf/vfs/aclcompatibility.xml
deleted file mode 100644
index ca3f39512d3..00000000000
--- a/docs/docbook/smbdotconf/vfs/aclcompatibility.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<samba:parameter name="acl compatibility"
- context="S"
- advanced="1" developer="1"
- xmlns:samba="http://samba.org/common">
-<listitem>
- <para>This parameter specifies what OS ACL semantics should
- be compatible with. Possible values are <emphasis>winnt</emphasis> for Windows NT 4,
- <emphasis>win2k</emphasis> for Windows 2000 and above and <emphasis>auto</emphasis>.
- If you specify <emphasis>auto</emphasis>, the value for this parameter
- will be based upon the version of the client. There should
- be no reason to change this parameter from the default.</para>
-
- <para>Default: <command moreinfo="none">acl compatibility = Auto</command></para>
-
- <para>Example: <command moreinfo="none">acl compatibility = win2k</command></para>
-</listitem>
-</samba:parameter>
diff --git a/docs/docbook/smbdotconf/vfs/getquotacommand.xml b/docs/docbook/smbdotconf/vfs/getquotacommand.xml
deleted file mode 100644
index 93c9089519e..00000000000
--- a/docs/docbook/smbdotconf/vfs/getquotacommand.xml
+++ /dev/null
@@ -1,52 +0,0 @@
-<samba:parameter name="get quota command"
- context="G"
- advanced="1" developer="1"
- xmlns:samba="http://samba.org/common">
-<listitem>
- <para>The <command>get quota command</command> should only be used
- whenever there is no operating system API available from the OS that
- samba can use.</para>
-
- <para>This parameter should specify the path to a script that
- queries the quota information for the specified
- user/group for the partition that
- the specified directory is on.</para>
-
- <para>Such a script should take 3 arguments:</para>
-
- <itemizedlist>
- <listitem><para>directory</para></listitem>
- <listitem><para>type of query</para></listitem>
- <listitem><para>uid of user or gid of group</para></listitem>
- </itemizedlist>
-
- <para>The type of query can be one of :</para>
-
- <itemizedlist>
- <listitem><para>1 - user quotas</para></listitem>
- <listitem><para>2 - user default quotas (uid = -1)</para></listitem>
- <listitem><para>3 - group quotas</para></listitem>
- <listitem><para>4 - group default quotas (gid = -1)</para></listitem>
- </itemizedlist>
-
- <para>This script should print its output according to the following format:</para>
-
- <itemizedlist>
- <listitem><para>Line 1 - quota flags (0 = no quotas, 1 = quotas enabled, 2 = quotas enabled and enforced)</para></listitem>
- <listitem><para>Line 2 - number of currently used blocks</para></listitem>
- <listitem><para>Line 3 - the softlimit number of blocks</para></listitem>
- <listitem><para>Line 4 - the hardlimit number of blocks</para></listitem>
- <listitem><para>Line 5 - currently used number of inodes</para></listitem>
- <listitem><para>Line 6 - the softlimit number of inodes</para></listitem>
- <listitem><para>Line 7 - the hardlimit number of inodes</para></listitem>
- <listitem><para>Line 8(optional) - the number of bytes in a block(default is 1024)</para></listitem>
- </itemizedlist>
-
- <para>See also the <link linkend="SETQUOTACOMMAND"><parameter moreinfo="none">set quota command</parameter></link> parameter.
- </para>
-
- <para>Default: <command moreinfo="none">get quota command = </command></para>
-
- <para>Example: <command moreinfo="none">get quota command = /usr/local/sbin/query_quota</command></para>
-</listitem>
-</samba:parameter>
diff --git a/docs/docbook/smbdotconf/vfs/hostmsdfs.xml b/docs/docbook/smbdotconf/vfs/hostmsdfs.xml
deleted file mode 100644
index d2b64cc68f8..00000000000
--- a/docs/docbook/smbdotconf/vfs/hostmsdfs.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<samba:parameter name="host msdfs"
- context="G"
- advanced="1" developer="1"
- xmlns:samba="http://samba.org/common">
-<listitem>
- <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>
-
- <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 <link linkend="msdfs"/>.
- </para>
-
- <para>Default: <command moreinfo="none">host msdfs = no</command></para>
-</listitem>
-</samba:parameter>
diff --git a/docs/docbook/smbdotconf/vfs/msdfsproxy.xml b/docs/docbook/smbdotconf/vfs/msdfsproxy.xml
deleted file mode 100644
index c16968fda7b..00000000000
--- a/docs/docbook/smbdotconf/vfs/msdfsproxy.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<samba:parameter name="msdfs proxy"
- context="S"
- xmlns:samba="http://samba.org/common">
-<listitem>
- <para>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.</para>
-
- <para>Only Dfs roots can act as proxy shares. Take a look at the
- <link linkend="MSDFSROOT"><parameter moreinfo="none">msdfs root</parameter></link>
- and <link linkend="HOSTMSDFS"><parameter moreinfo="none">host msdfs</parameter></link>
- options to find out how to set up a Dfs root share.</para>
-
- <para>Example: <command moreinfo="none">msdfs proxy = \\\\otherserver\\someshare</command></para>
-</listitem>
-</samba:parameter>
diff --git a/docs/docbook/smbdotconf/vfs/msdfsroot.xml b/docs/docbook/smbdotconf/vfs/msdfsroot.xml
deleted file mode 100644
index 059ffff9a06..00000000000
--- a/docs/docbook/smbdotconf/vfs/msdfsroot.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<samba:parameter name="msdfs root"
- context="S"
- xmlns:samba="http://samba.org/common">
-<listitem>
- <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>
-
- <para>Default: <command moreinfo="none">msdfs root = no</command></para>
-</listitem>
-</samba:parameter>
diff --git a/docs/docbook/smbdotconf/vfs/setquotacommand.xml b/docs/docbook/smbdotconf/vfs/setquotacommand.xml
deleted file mode 100644
index b4b7303a0dd..00000000000
--- a/docs/docbook/smbdotconf/vfs/setquotacommand.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<samba:parameter name="set quota command"
- context="G"
- advanced="1" developer="1"
- xmlns:samba="http://samba.org/common">
-<listitem>
- <para>The <command>set quota command</command> should only be used
- whenever there is no operating system API available from the OS that
- samba can use.</para>
-
- <para>This parameter should specify the path to a script that
- can set quota for the specified arguments.</para>
-
- <para>The specified script should take the following arguments:</para>
-
- <itemizedlist>
- <listitem><para>1 - quota type
- <itemizedlist>
- <listitem><para>1 - user quotas</para></listitem>
- <listitem><para>2 - user default quotas (uid = -1)</para></listitem>
- <listitem><para>3 - group quotas</para></listitem>
- <listitem><para>4 - group default quotas (gid = -1)</para></listitem>
- </itemizedlist>
- </para></listitem>
- <listitem><para>2 - id (uid for user, gid for group, -1 if N/A)</para></listitem>
- <listitem><para>3 - quota state (0 = disable, 1 = enable, 2 = enable and enforce)</para></listitem>
- <listitem><para>4 - block softlimit</para></listitem>
- <listitem><para>5 - block hardlimit</para></listitem>
- <listitem><para>6 - inode softlimit</para></listitem>
- <listitem><para>7 - inode hardlimit</para></listitem>
- <listitem><para>8(optional) - block size, defaults to 1024</para></listitem>
- </itemizedlist>
-
- <para>The script should output at least one line of data.</para>
-
- <para>See also the <link linkend="GETQUOTACOMMAND"><parameter moreinfo="none">get quota command</parameter></link> parameter.
- </para>
-
- <para>Default: <command moreinfo="none">set quota command = </command></para>
-
- <para>Example: <command moreinfo="none">set quota command = /usr/local/sbin/set_quota</command></para>
-</listitem>
-</samba:parameter>
diff --git a/docs/docbook/smbdotconf/vfs/vfsobject.xml b/docs/docbook/smbdotconf/vfs/vfsobject.xml
deleted file mode 100644
index 1a45e36c401..00000000000
--- a/docs/docbook/smbdotconf/vfs/vfsobject.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<samba:parameter name="vfs object"
- context="S"
- hide="1"
- xmlns:samba="http://samba.org/common">
-<listitem>
- <para>Synonym for
- <link linkend="VFSOBJECTS">
- <parameter moreinfo="none">vfs objects</parameter>
- </link>.
- </para>
-</listitem>
-</samba:parameter>
diff --git a/docs/docbook/smbdotconf/vfs/vfsobjects.xml b/docs/docbook/smbdotconf/vfs/vfsobjects.xml
deleted file mode 100644
index 32a10b5bd63..00000000000
--- a/docs/docbook/smbdotconf/vfs/vfsobjects.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<samba:parameter name="vfs objects"
- context="S"
- xmlns:samba="http://samba.org/common">
-<listitem>
- <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>Default: <emphasis>no value</emphasis></para>
-
- <para>Example: <command moreinfo="none">vfs objects = extd_audit recycle</command></para>
-</listitem>
-</samba:parameter>