Convert another group of options in Misc section
authorAlexander Bokovoy <ab@samba.org>
Tue, 15 Apr 2003 08:09:55 +0000 (08:09 +0000)
committerAlexander Bokovoy <ab@samba.org>
Tue, 15 Apr 2003 08:09:55 +0000 (08:09 +0000)
13 files changed:
docs/docbook/smbdotconf/misc/available.xml
docs/docbook/smbdotconf/misc/dontdescend.xml
docs/docbook/smbdotconf/misc/followsymlinks.xml
docs/docbook/smbdotconf/misc/fstype.xml
docs/docbook/smbdotconf/misc/postexec.xml
docs/docbook/smbdotconf/misc/preexecclose.xml
docs/docbook/smbdotconf/misc/rootpostexec.xml
docs/docbook/smbdotconf/misc/rootpreexec.xml
docs/docbook/smbdotconf/misc/rootpreexecclose.xml
docs/docbook/smbdotconf/misc/setdirectory.xml
docs/docbook/smbdotconf/misc/sourceenvironment.xml
docs/docbook/smbdotconf/misc/volume.xml
docs/docbook/smbdotconf/misc/widelinks.xml

index 025c1c06fbba9c07e6c89e1fabcd50480d4dbfce..20931b3063b8da99a0f8abc6267da6db64481ffd 100644 (file)
@@ -1,11 +1,13 @@
-<samba:parameter xmlns:samba="http://samba.org/common">
-               <term><anchor id="AVAILABLE"/>available (S)</term>
-               <listitem><para>This parameter lets you &quot;turn off&quot; a service. If 
-               <parameter moreinfo="none">available = no</parameter>, then <emphasis>ALL</emphasis> 
-               attempts to connect to the service will fail. Such failures are 
-               logged.</para>
+<samba:parameter name="available"
+                context="S"
+                basic="1" advanced="1" print="1"
+                xmlns:samba="http://samba.org/common">
+<listitem>
+       <para>This parameter lets you &quot;turn off&quot; a service. If 
+       <parameter moreinfo="none">available = no</parameter>, then <emphasis>ALL</emphasis> 
+       attempts to connect to the service will fail. Such failures are 
+       logged.</para>
 
-               <para>Default: <command moreinfo="none">available = yes</command></para>
-               
-               </listitem>
-               </samba:parameter>
+       <para>Default: <command moreinfo="none">available = yes</command></para>
+</listitem>
+</samba:parameter>
index 8136f293df3ebeb51a3163bb439e159681731b0c..d3e9fb2d5c89364214fdd50bb1cbbb58e5be7360 100644 (file)
@@ -1,18 +1,21 @@
-<samba:parameter xmlns:samba="http://samba.org/common">
-               <term><anchor id="DONTDESCEND"/>dont descend (S)</term>
-               <listitem><para>There are certain directories on some systems 
-               (e.g., the <filename moreinfo="none">/proc</filename> tree under Linux) that are either not 
-               of interest to clients or are infinitely deep (recursive). This 
-               parameter allows you to specify a comma-delimited list of directories 
-               that the server should always show as empty.</para>
+<samba:parameter name="dont descend"
+                context="S"
+                xmlns:samba="http://samba.org/common">
+<listitem>
+       <para>There are certain directories on some systems 
+       (e.g., the <filename moreinfo="none">/proc</filename> tree under Linux) that are either not 
+       of interest to clients or are infinitely deep (recursive). This 
+       parameter allows you to specify a comma-delimited list of directories 
+       that the server should always show as empty.</para>
 
-               <para>Note that Samba can be very fussy about the exact format 
-               of the &quot;dont descend&quot; entries. For example you may need <filename moreinfo="none">
-               ./proc</filename> instead of just <filename moreinfo="none">/proc</filename>. 
-               Experimentation is the best policy :-)  </para>
+       <para>Note that Samba can be very fussy about the exact format 
+       of the &quot;dont descend&quot; entries. For example you may need <filename moreinfo="none">
+       ./proc</filename> instead of just <filename moreinfo="none">/proc</filename>. 
+       Experimentation is the best policy :-)  </para>
                
-               <para>Default: <emphasis>none (i.e., all directories are OK 
-               to descend)</emphasis></para>
-               <para>Example: <command moreinfo="none">dont descend = /proc,/dev</command></para>
-               </listitem>
-               </samba:parameter>
+       <para>Default: <emphasis>none (i.e., all directories are OK 
+       to descend)</emphasis></para>
+
+       <para>Example: <command moreinfo="none">dont descend = /proc,/dev</command></para>
+</listitem>
+</samba:parameter>
index 88526da320320f9e6f17c150ee9a4c0500795a0c..1b22eb9e646f327bce9efa1bfbc88d930d3f948e 100644 (file)
@@ -1,18 +1,21 @@
-<samba:parameter xmlns:samba="http://samba.org/common">
-               <term><anchor id="FOLLOWSYMLINKS"/>follow symlinks (S)</term>
-               <listitem><para>This parameter allows the Samba administrator 
-               to stop <citerefentry><refentrytitle>smbd</refentrytitle>
-               <manvolnum>8</manvolnum></citerefentry> from following symbolic 
-               links in a particular share. Setting this 
-               parameter to <constant>no</constant> prevents any file or directory 
-               that is a symbolic link from being followed (the user will get an 
-               error).  This option is very useful to stop users from adding a 
-               symbolic link to <filename moreinfo="none">/etc/passwd</filename> in their home 
-               directory for instance.  However it will slow filename lookups 
-               down slightly.</para>
+<samba:parameter name="follow symlinks"
+                context="S"
+                xmlns:samba="http://samba.org/common">
+<listitem>
+       <para>This parameter allows the Samba administrator 
+       to stop <citerefentry><refentrytitle>smbd</refentrytitle>
+       <manvolnum>8</manvolnum></citerefentry> from following symbolic 
+       links in a particular share. Setting this 
+       parameter to <constant>no</constant> prevents any file or directory 
+       that is a symbolic link from being followed (the user will get an 
+       error).  This option is very useful to stop users from adding a 
+       symbolic link to <filename moreinfo="none">/etc/passwd</filename> in their home 
+       directory for instance.  However it will slow filename lookups 
+       down slightly.</para>
 
-               <para>This option is enabled (i.e. <command moreinfo="none">smbd</command> will 
-               follow symbolic links) by default.</para>
+       <para>This option is enabled (i.e. <command moreinfo="none">smbd</command> will 
+       follow symbolic links) by default.</para>
                
-               <para>Default: <command moreinfo="none">follow symlinks = yes</command></para></listitem>
-               </samba:parameter>
+       <para>Default: <command moreinfo="none">follow symlinks = yes</command></para>
+</listitem>
+</samba:parameter>
index 566bccb465965d10495cd86798cdd3149b53a37a..4b9c67b20207a9ce6e0117d5be1497ee86694ac2 100644 (file)
@@ -1,14 +1,18 @@
-<samba:parameter xmlns:samba="http://samba.org/common">
-               <term><anchor id="FSTYPE"/>fstype (S)</term>
-               <listitem><para>This parameter allows the administrator to 
-               configure the string that specifies the type of filesystem a share 
-               is using that is reported by <citerefentry><refentrytitle>smbd</refentrytitle>
-               <manvolnum>8</manvolnum></citerefentry> when a client queries the filesystem type
-               for a share. The default type is <constant>NTFS</constant> for 
-               compatibility with Windows NT but this can be changed to other 
-               strings such as <constant>Samba</constant> or <constant>FAT
-               </constant> if required.</para>
+<samba:parameter name="fstype"
+                context="S"
+                xmlns:samba="http://samba.org/common">
+<listitem>
+       <para>This parameter allows the administrator to 
+       configure the string that specifies the type of filesystem a share 
+       is using that is reported by <citerefentry><refentrytitle>smbd</refentrytitle>
+       <manvolnum>8</manvolnum></citerefentry> when a client queries the filesystem type
+       for a share. The default type is <constant>NTFS</constant> for 
+       compatibility with Windows NT but this can be changed to other 
+       strings such as <constant>Samba</constant> or <constant>FAT
+       </constant> if required.</para>
                
-               <para>Default: <command moreinfo="none">fstype = NTFS</command></para>
-               <para>Example: <command moreinfo="none">fstype = Samba</command></para></listitem>
-               </samba:parameter>
+       <para>Default: <command moreinfo="none">fstype = NTFS</command></para>
+
+       <para>Example: <command moreinfo="none">fstype = Samba</command></para>
+</listitem>
+</samba:parameter>
index 017177be3d1a2abeee369b5f16149384db1aef4e..a6b65515ad22a6cbbf8190ed58a2e2e83b112a69 100644 (file)
@@ -1,22 +1,22 @@
-<samba:parameter xmlns:samba="http://samba.org/common">
-               <term><anchor id="POSTEXEC"/>postexec (S)</term>
-               <listitem><para>This option specifies a command to be run 
-               whenever the service is disconnected. It takes the usual 
-               substitutions. The command may be run as the root on some 
-               systems.</para>
+<samba:parameter name="postexec"
+                context="S"
+                advanced="1" developer="1"
+                xmlns:samba="http://samba.org/common">
+<listitem>
+       <para>This option specifies a command to be run 
+       whenever the service is disconnected. It takes the usual 
+       substitutions. The command may be run as the root on some 
+       systems.</para>
 
-               <para>An interesting example may be to unmount server 
-               resources:</para>
+       <para>An interesting example may be to unmount server 
+       resources:</para>
 
-               <para><command moreinfo="none">postexec = /etc/umount /cdrom</command></para>
+       <para><command moreinfo="none">postexec = /etc/umount /cdrom</command></para>
 
-               <para>See also <link linkend="PREEXEC"><parameter moreinfo="none">preexec</parameter>
-               </link>.</para>
+       <para>See also <link linkend="PREEXEC"><parameter moreinfo="none">preexec</parameter></link>.</para>
 
-               <para>Default: <emphasis>none (no command executed)</emphasis>
-               </para>
+       <para>Default: <emphasis>none (no command executed)</emphasis></para>
 
-               <para>Example: <command moreinfo="none">postexec = echo \&quot;%u disconnected from %S 
-               from %m (%I)\&quot; &gt;&gt; /tmp/log</command></para>
-               </listitem>
-               </samba:parameter>
+       <para>Example: <command moreinfo="none">postexec = echo \&quot;%u disconnected from %S from %m (%I)\&quot; &gt;&gt; /tmp/log</command></para>
+</listitem>
+</samba:parameter>
index c617a7f7faa72f99419316974ff96ec400419598..346d21dbd806ae12e404ac412a553ccd1543d4bc 100644 (file)
@@ -1,9 +1,12 @@
-<samba:parameter xmlns:samba="http://samba.org/common">
-               <term><anchor id="PREEXECCLOSE"/>preexec close (S)</term>
-               <listitem><para>This boolean option controls whether a non-zero 
-               return code from <link linkend="PREEXEC"><parameter moreinfo="none">preexec
-               </parameter></link> should close the service being connected to.</para>
+<samba:parameter name="preexec close"
+                context="S"
+                advanced="1" developer="1"
+                xmlns:samba="http://samba.org/common">
+<listitem>
+       <para>This boolean option controls whether a non-zero 
+       return code from <link linkend="PREEXEC"><parameter moreinfo="none">preexec
+       </parameter></link> should close the service being connected to.</para>
 
-               <para>Default: <command moreinfo="none">preexec close = no</command></para>
-               </listitem>
-               </samba:parameter>
+       <para>Default: <command moreinfo="none">preexec close = no</command></para>
+</listitem>
+</samba:parameter>
index ed606466778705c7933cee282ce955400f90936c..baed0043272b492867c82ab560a295a1562218d9 100644 (file)
@@ -1,14 +1,16 @@
-<samba:parameter xmlns:samba="http://samba.org/common">
-               <term><anchor id="ROOTPOSTEXEC"/>root postexec (S)</term>
-               <listitem><para>This is the same as the <parameter moreinfo="none">postexec</parameter>
-               parameter except that the command is run as root. This 
-               is useful for unmounting filesystems 
-               (such as CDROMs) after a connection is closed.</para>
+<samba:parameter name="root postexec"
+                context="S"
+                advanced="1" developer="1"
+                xmlns:samba="http://samba.org/common">
+<listitem>
+       <para>This is the same as the <parameter moreinfo="none">postexec</parameter>
+       parameter except that the command is run as root. This 
+       is useful for unmounting filesystems 
+       (such as CDROMs) after a connection is closed.</para>
 
-               <para>See also <link linkend="POSTEXEC"><parameter moreinfo="none">
-               postexec</parameter></link>.</para>
+       <para>See also <link linkend="POSTEXEC"><parameter moreinfo="none">
+       postexec</parameter></link>.</para>
 
-               <para>Default: <command moreinfo="none">root postexec = &lt;empty string&gt;
-               </command></para>
-               </listitem>
-               </samba:parameter>
+       <para>Default: <command moreinfo="none">root postexec = &lt;empty string&gt;</command></para>
+</listitem>
+</samba:parameter>
index 29802b6d631d00a0d0e5c20e48c1297948492087..4939d1ee48023e3e62352df53750e56b18957929 100644 (file)
@@ -1,15 +1,17 @@
-<samba:parameter xmlns:samba="http://samba.org/common">
-               <term><anchor id="ROOTPREEXEC"/>root preexec (S)</term>
-               <listitem><para>This is the same as the <parameter moreinfo="none">preexec</parameter>
-               parameter except that the command is run as root. This 
-               is useful for mounting filesystems (such as CDROMs) when a 
-               connection is opened.</para>
+<samba:parameter name="root preexec"
+                context="S"
+                advanced="1" wizard="1" developer="1"
+                xmlns:samba="http://samba.org/common">
+<listitem>
+       <para>This is the same as the <parameter moreinfo="none">preexec</parameter>
+       parameter except that the command is run as root. This 
+       is useful for mounting filesystems (such as CDROMs) when a 
+       connection is opened.</para>
 
-               <para>See also <link linkend="PREEXEC"><parameter moreinfo="none">
-               preexec</parameter></link> and <link linkend="PREEXECCLOSE">
-               <parameter moreinfo="none">preexec close</parameter></link>.</para>
+       <para>See also <link linkend="PREEXEC"><parameter moreinfo="none">
+       preexec</parameter></link> and <link linkend="PREEXECCLOSE">
+       <parameter moreinfo="none">preexec close</parameter></link>.</para>
                
-               <para>Default: <command moreinfo="none">root preexec = &lt;empty string&gt;
-               </command></para>
-               </listitem>
-               </samba:parameter>
+       <para>Default: <command moreinfo="none">root preexec = &lt;empty string&gt;</command></para>
+</listitem>
+</samba:parameter>
index d21b0dd7b55c4cb9dfb8a7a555684ef97d04919b..b333cffe902c42bb68f48726a80bd9542e3be5f3 100644 (file)
@@ -1,12 +1,15 @@
-<samba:parameter xmlns:samba="http://samba.org/common">
-               <term><anchor id="ROOTPREEXECCLOSE"/>root preexec close (S)</term>
-               <listitem><para>This is the same as the <parameter moreinfo="none">preexec close
-               </parameter> parameter except that the command is run as root.</para>
+<samba:parameter name="root preexec close"
+                context="S"
+                advanced="1" developer="1"
+                xmlns:samba="http://samba.org/common">
+<listitem>
+       <para>This is the same as the <parameter moreinfo="none">preexec close
+       </parameter> parameter except that the command is run as root.</para>
 
-               <para>See also <link linkend="PREEXEC"><parameter moreinfo="none">
-               preexec</parameter></link> and <link linkend="PREEXECCLOSE">
-               <parameter moreinfo="none">preexec close</parameter></link>.</para>
+       <para>See also <link linkend="PREEXEC"><parameter moreinfo="none">
+       preexec</parameter></link> and <link linkend="PREEXECCLOSE">
+       <parameter moreinfo="none">preexec close</parameter></link>.</para>
 
-               <para>Default: <command moreinfo="none">root preexec close = no</command></para>
-               </listitem>
-               </samba:parameter>
+       <para>Default: <command moreinfo="none">root preexec close = no</command></para>
+</listitem>
+</samba:parameter>
index 860632cdaf089699eccf46b094fde3c1c17433be..b4ff72d4d0a20ebd12e3ccf3f9deac56dfaf7db5 100644 (file)
@@ -1,13 +1,15 @@
-<samba:parameter xmlns:samba="http://samba.org/common">
-               <term><anchor id="SETDIRECTORY"/>set directory (S)</term>
-               <listitem><para>If <command moreinfo="none">set directory = no</command>, then 
-               users of the service may not use the setdir command to change 
-               directory.</para>
+<samba:parameter name="set directory"
+                context="S"
+                xmlns:samba="http://samba.org/common">
+<listitem>
+       <para>If <command moreinfo="none">set directory = no</command>, then 
+       users of the service may not use the setdir command to change 
+       directory.</para>
 
-               <para>The <command moreinfo="none">setdir</command> command is only implemented 
-               in the Digital Pathworks client. See the Pathworks documentation 
-               for details.</para>
+       <para>The <command moreinfo="none">setdir</command> command is only implemented 
+       in the Digital Pathworks client. See the Pathworks documentation 
+       for details.</para>
 
-               <para>Default: <command moreinfo="none">set directory = no</command></para>
-               </listitem>
-               </samba:parameter>
+       <para>Default: <command moreinfo="none">set directory = no</command></para>
+</listitem>
+</samba:parameter>
index 07a8abce4d61ef0dbb4f5fd0cc59220fdcd13228..c6b4ce368ff63ab49d254e0d2f8a77ebce44b065 100644 (file)
@@ -1,23 +1,27 @@
-<samba:parameter xmlns:samba="http://samba.org/common">
-               <term><anchor id="SOURCEENVIRONMENT"/>source environment (G)</term>
-               <listitem><para>This parameter causes Samba to set environment 
-               variables as per the content of the file named.</para>
+<samba:parameter name="source environment"
+                context="G"
+                advanced="1" developer="1"
+                xmlns:samba="http://samba.org/common">
+<listitem>
+       <para>This parameter causes Samba to set environment 
+       variables as per the content of the file named.</para>
 
-               <para>If the value of this parameter starts with a &quot;|&quot; character 
-               then Samba will treat that value as a pipe command to open and 
-               will set the environment variables from the output of the pipe.</para>
+       <para>If the value of this parameter starts with a &quot;|&quot; character 
+       then Samba will treat that value as a pipe command to open and 
+       will set the environment variables from the output of the pipe.</para>
 
-               <para>The contents of the file or the output of the pipe should 
-               be formatted as the output of the standard Unix <command moreinfo="none">env(1)
-               </command> command. This is of the form :</para>
-               <para>Example environment entry:</para>
-               <para><command moreinfo="none">SAMBA_NETBIOS_NAME = myhostname</command></para>
+       <para>The contents of the file or the output of the pipe should 
+       be formatted as the output of the standard Unix <command moreinfo="none">env(1)</command> command. This is of the form:</para>
 
-               <para>Default: <emphasis>No default value</emphasis></para>
-               <para>Examples: <command moreinfo="none">source environment = |/etc/smb.conf.sh
-               </command></para>
+       <para>Example environment entry:</para>
 
-               <para>Example: <command moreinfo="none">source environment = 
-               /usr/local/smb_env_vars</command></para>
-               </listitem>
-               </samba:parameter>
+       <para><command moreinfo="none">SAMBA_NETBIOS_NAME = myhostname</command></para>
+
+       <para>Default: <emphasis>No default value</emphasis></para>
+
+       <para>Examples: <command moreinfo="none">source environment = |/etc/smb.conf.sh</command></para>
+
+       <para>Example: <command moreinfo="none">source environment = 
+       /usr/local/smb_env_vars</command></para>
+</listitem>
+</samba:parameter>
index f0a82c6f0c4d2be3e5f8e42e4cb422bb484d903b..0ab5edb5224543a0287b7bd6c98a27691c029ea1 100644 (file)
@@ -1,9 +1,11 @@
-<samba:parameter xmlns:samba="http://samba.org/common">
-               <term><anchor id="VOLUME"/>volume (S)</term>
-               <listitem><para> This allows you to override the volume label 
-               returned for a share. Useful for CDROMs with installation programs 
-               that insist on a particular volume label.</para>
+<samba:parameter name="volume"
+                context="S"
+                xmlns:samba="http://samba.org/common">
+ <listitem>
+       <para> This allows you to override the volume label 
+       returned for a share. Useful for CDROMs with installation programs 
+       that insist on a particular volume label.</para>
 
-               <para>Default: <emphasis>the name of the share</emphasis></para>
-               </listitem>
-               </samba:parameter>
+       <para>Default: <emphasis>the name of the share</emphasis></para>
+</listitem>
+</samba:parameter>
index b3474ce26c249b01c6280e7d7a4ad64c57f72241..ead3569fd9a21530bc2aac6b218b5c1f79b270a4 100644 (file)
@@ -1,15 +1,17 @@
-<samba:parameter xmlns:samba="http://samba.org/common">
-               <term><anchor id="WIDELINKS"/>wide links (S)</term>
-               <listitem><para>This parameter controls whether or not links 
-               in the UNIX file system may be followed by the server. Links 
-               that point to areas within the directory tree exported by the 
-               server are always allowed; this parameter controls access only 
-               to areas that are outside the directory tree being exported.</para>
+<samba:parameter name="wide links"
+                context="S"
+                xmlns:samba="http://samba.org/common">
+ <listitem>
+       <para>This parameter controls whether or not links 
+       in the UNIX file system may be followed by the server. Links 
+       that point to areas within the directory tree exported by the 
+       server are always allowed; this parameter controls access only 
+       to areas that are outside the directory tree being exported.</para>
 
-               <para>Note that setting this parameter can have a negative 
-               effect on your server performance due to the extra system calls 
-               that Samba has to  do in order to perform the link checks.</para>
+       <para>Note that setting this parameter can have a negative 
+       effect on your server performance due to the extra system calls 
+       that Samba has to  do in order to perform the link checks.</para>
 
-               <para>Default: <command moreinfo="none">wide links = yes</command></para>
-               </listitem>
-               </samba:parameter>
+       <para>Default: <command moreinfo="none">wide links = yes</command></para>
+</listitem>
+</samba:parameter>