smb.conf(5): Fix mixing of tabs and spaces.
authorJelmer Vernooij <jelmer@samba.org>
Fri, 19 Oct 2012 06:33:31 +0000 (08:33 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Fri, 19 Oct 2012 06:33:31 +0000 (08:33 +0200)
12 files changed:
docs-xml/smbdotconf/base/serverservices.xml
docs-xml/smbdotconf/domain/dnsupdatecommand.xml
docs-xml/smbdotconf/domain/nsupdatecommand.xml
docs-xml/smbdotconf/domain/rndccommand.xml
docs-xml/smbdotconf/domain/spnupdatecommand.xml
docs-xml/smbdotconf/misc/afstokenlifetime.xml
docs-xml/smbdotconf/protocol/serverminprotocol.xml
docs-xml/smbdotconf/security/lognttokencommand.xml
docs-xml/smbdotconf/security/sambakcccommand.xml
docs-xml/smbdotconf/security/tlsenabled.xml
docs-xml/smbdotconf/vfs/ntvfshandler.xml
docs-xml/smbdotconf/winbind/idmapconfig.xml

index 8ea28e2611171241b87fb6f53b3b580ba060d835..503938af6f399baa7787daebd255b60c1b5cf9b1 100644 (file)
@@ -1,15 +1,16 @@
 <samba:parameter name="server services"
                  context="G"
-                                type="list"
+                 type="list"
                  advanced="1"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
-       <para>This option contains the services that the Samba daemon will run.</para>
+       <para>This option contains the services that the Samba daemon will
+               run.</para>
 
-       <para>An entry in the <filename>smb.conf</filename> file can either override
-               the previous value completely or entries can be removed from or added to it
-               by prefixing them with <constant>+</constant> or <constant>-</constant>.
-       </para>
+       <para>An entry in the <filename>smb.conf</filename> file can either
+               override the previous value completely or entries can be removed from
+               or added to it by prefixing them with <constant>+</constant> or
+               <constant>-</constant>.  </para>
 </description>
 
 <value type="default">s3fs rpc nbt wrepl ldap cldap kdc drepl winbind ntp_signd kcc dnsupdate dns</value>
index b8160abb445adfcdc7c0870dbf9ad237c1e72d75..08ff90acdf7bf314271e7aab59ac4aa308aac337 100644 (file)
@@ -1,6 +1,6 @@
 <samba:parameter name="dns update command"
                  context="G"
-                                type="string"
+                 type="string"
                  advanced="1"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
index 0ad3f5ce522285a03a460749a7d5a9046d6a3be8..3cf02f1235f02f18f2008594adb858d44ef6cbd8 100644 (file)
@@ -1,6 +1,6 @@
 <samba:parameter name="nsupdate command"
                  context="G"
-                                type="string"
+                 type="string"
                  advanced="1"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
index f22ea1fdb9edf58762962f9d1a57297b1b721cae..b407ff29cbacd8d69069502053e45889e85d9daa 100644 (file)
@@ -1,6 +1,6 @@
 <samba:parameter name="rndc command"
                  context="G"
-                                type="string"
+                 type="string"
                  advanced="1" developer="1"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
index 2585a58b816dc01b96bd37221668887277539d54..f63be84b9e59f20fddd94187d9c33c278ae85dd0 100644 (file)
@@ -1,6 +1,6 @@
 <samba:parameter name="spn update command"
                  context="G"
-                                type="string"
+                 type="string"
                  advanced="1"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
index 25887385c59caef74f42d06a04769f37b9f32b70..cbf95742239cdccb7abe7e66146d6f3c3a67c6ac 100644 (file)
@@ -1,13 +1,12 @@
 <samba:parameter name="afs token lifetime"
-                context="G"
-                        type="integer"
-                advanced="1"
-                xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+                 context="G"
+                 type="integer"
+                 advanced="1"
+                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
-       <para>This parameter controls the lifetime of tokens that the AFS fake-kaserver claims.
-               In reality these never expire but this lifetime controls when the afs client
-               will forget the token.
-       </para>
+       <para>This parameter controls the lifetime of tokens that the AFS
+               fake-kaserver claims.  In reality these never expire but this lifetime
+               controls when the afs client will forget the token.  </para>
 
        <para>Set this parameter to 0 to get <constant>NEVERDATE</constant>.</para>
 </description>
index feab2182df8addd9b610e4bb0fd1d6d5b38bd04d..4edecc45c488b2815627cb8426d060f8d0316e44 100644 (file)
@@ -1,16 +1,16 @@
 <samba:parameter name="server min protocol"
                  context="G"
                  type="enum"
-                                developer="1"
+                 developer="1"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <synonym>min protocol</synonym>
 <description>
        <para>This setting controls the minimum protocol version that the server
                will allow the client to use.</para>
 
-    <para>Normally this option should not be set as the automatic 
-    negotiation phase in the SMB protocol takes care of choosing 
-    the appropriate protocol.</para>
+       <para>Normally this option should not be set as the automatic negotiation
+               phase in the SMB protocol takes care of choosing the appropriate
+               protocol.</para>
 </description>
 
 <related>server max protocol</related>
index 69703b5b2f43893fbfe03ee3ccf57a2ff56c1b55..33ec23b8106f394652f9c59325b8f0d22adf0908 100644 (file)
@@ -1,6 +1,6 @@
 <samba:parameter name="log nt token command"
                  context="G"
-                                type="string"
+                 type="string"
                  advanced="1" developer="1"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
index 6f6ba14fc0b2dc083c33c0ff6a810615e8e8aa17..9621792c9f829a36842389566e2541c5b586bc9a 100644 (file)
@@ -1,6 +1,6 @@
 <samba:parameter name="samba kcc command"
                  context="G"
-                                type="string"
+                 type="string"
                  advanced="1" 
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
index 9bd736a5c130a0d9e10fc73c251dd6e04fa01b78..106dddade66cf7bda476080ae0de609ffb3df715 100644 (file)
@@ -1,8 +1,8 @@
 <samba:parameter name="tls enabled"
-                        type="boolean"
+                 type="boolean"
                  context="G"
                  basic="1"
-                xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
  <description>
         <para>If this option is set to <constant>yes</constant>, then Samba
                 will use TLS when possible in communication.</para>
index e9dbc3cb0873bd801bb5d85963068d3f054cf4b8..aa3bce5c0c7bb0ad6f4eaa004688484e303714d9 100644 (file)
@@ -1,6 +1,6 @@
 <samba:parameter name="ntvfs handler"
                  context="S"
-                                type="list"
+                 type="list"
                  advanced="1" developer="1"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
index e2fa5ed451fc20ab919730c84b933f7c440525b5..5d3605ab9e07f544623f0517b53e23a8d6946c78 100644 (file)
@@ -1,6 +1,6 @@
 <samba:parameter name="idmap config:OPTION"
                  context="G"
-                type="string"
+                 type="string"
                  advanced="1" developer="1" hide="1"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>