[deployment-guide/comm-rel: 97/727] Updated the /etc/sysconfig/samba section.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 12:32:20 UTC 2010


commit 7d438861cb9e550c8816a37f092e71bbb7a71515
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Wed Jul 21 18:46:39 2010 +0200

    Updated the /etc/sysconfig/samba section.

 en-US/The_sysconfig_Directory.xml |   34 +++++++++++++++++++++++++++++++++-
 1 files changed, 33 insertions(+), 1 deletions(-)
---
diff --git a/en-US/The_sysconfig_Directory.xml b/en-US/The_sysconfig_Directory.xml
index 953e221..28381c7 100644
--- a/en-US/The_sysconfig_Directory.xml
+++ b/en-US/The_sysconfig_Directory.xml
@@ -783,7 +783,39 @@
         <secondary><filename>/etc/sysconfig/samba</filename></secondary>
       </indexterm>
       <para>
-        The <filename>/etc/sysconfig/samba</filename> file is used to pass arguments to the <command>smbd</command> and the <command>nmbd</command> daemons at boot time. The <command>smbd</command> daemon offers file sharing connectivity for Windows clients on the network. The <command>nmbd</command> daemon offers NetBIOS over IP naming services. For more information about what parameters are available for this file, refer to the <command>smbd</command> man page. By default, this file sets <command>smbd</command> and <command>nmbd</command> to run in daemon mode.
+        The <filename>/etc/sysconfig/samba</filename> file is used to pass arguments to the Samba daemons at boot time. By default, it contains the following options:
+      </para>
+      <variablelist>
+        <varlistentry>
+          <term><option>SMBDOPTIONS=<replaceable>value</replaceable></option></term>
+          <listitem>
+            <para>
+              Additional options to be passed to <command>smbd</command>. For example:
+            </para>
+            <screen>SMBDOPTIONS="-D"</screen>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term><option>NMBDOPTIONS=<replaceable>value</replaceable></option></term>
+          <listitem>
+            <para>
+              Additional options to be passed to <command>nmbd</command>. For example:
+            </para>
+            <screen>NMBDOPTIONS="-D"</screen>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
+          <term><option>WINBINDOPTIONS=<replaceable>value</replaceable></option></term>
+          <listitem>
+            <para>
+              Additional options to be passed to <command>winbindd</command>. For example:
+            </para>
+            <screen>WINBINDOPTIONS=""</screen>
+          </listitem>
+        </varlistentry>
+      </variablelist>
+      <para>
+        Refer to <xref linkend="ch-Samba" /> for more information on Samba and its configuration.
       </para>
     </section>
     <section id="s2-sysconfig-selinux">


More information about the docs-commits mailing list