A slew of fixups that were causing problems for some folk.
authorJohn Terpstra <jht@samba.org>
Tue, 1 Nov 2005 22:33:40 +0000 (22:33 +0000)
committerGerald W. Carter <jerry@samba.org>
Wed, 23 Apr 2008 13:47:10 +0000 (08:47 -0500)
(This used to be commit 6b2ea0772cd3ec8cd735acec2cde807d972737c5)

docs/Samba3-HOWTO/index.xml
docs/smbdotconf/misc/remoteannounce.xml
docs/smbdotconf/misc/remotebrowsesync.xml
docs/smbdotconf/printing/os2drivermap.xml
docs/smbdotconf/protocol/nameresolveorder.xml
docs/smbdotconf/security/hostsallow.xml
docs/smbdotconf/security/hostsdeny.xml
docs/smbdotconf/vfs/hostmsdfs.xml
docs/smbdotconf/vfs/msdfsroot.xml
docs/smbdotconf/winbind/winbindtrusteddomainsonly.xml
docs/smbdotconf/wins/winsserver.xml

index 7bbc7dce8c34cbfb06c056bd77abb373765fd09d..62a5313038e54046675b5439431415b95ccff2b2 100644 (file)
@@ -216,10 +216,10 @@ The chapters in this part each cover specific Samba features.
 
 <!-- Comment out the following line to include the manpages.
         *Please* do not commit with the two lines below enabled! -->
-<!--
+<!-- -->
        <?latex \cleardoublepage ?>
        <xi:include href="manpages.xml"/>
--->
+<!-- -->
        <?latex \cleardoublepage ?>
 
 <xi:include href="http://www.gnu.org/licenses/gpl.xml"/>
index f4fe1d953827a0e4f0417db34e37c0499313d199..f23968b5015a5cdd205ea1a50fe40de93f25903c 100644 (file)
@@ -33,7 +33,9 @@
        config is that stable.
        </para>
 
-<para>See <smbconfoption name="NetworkBrowsing"/>.</para>
+       <para>
+       See the chapter on Network Browsing in the Samba-HOWTO book.
+       </para>
 </description>
 
 <value type="default"></value>
index e133fa4ba98d9d656f0e0fcb00b83de36c6e9288..c966c95be076a56539407f884a476d8e5a66f8ce 100644 (file)
@@ -6,7 +6,7 @@
 <description>
        <para>
        This option allows you to setup <citerefentry><refentrytitle>nmbd</refentrytitle>
-        <manvolnum>8</manvolnum></citerefentry> to periodically request 
+       <manvolnum>8</manvolnum></citerefentry> to periodically request 
        synchronization of browse lists with the master browser of a Samba 
        server that is on a remote segment. This option will allow you to 
        gain browse lists for multiple workgroups across routed networks. This 
@@ -40,7 +40,7 @@
        </para>
 
        <para>
-       The <parameter>remote browse sync</parameter> may be used on networks
+       The <smbconfoption name="remote browse sync"/> may be used on networks
        where there is no WINS server, and may be used on disjoint networks where
        each network has its own WINS server.
        </para>
index 4243ecab15155382c84c73e053db4bcf8954cd97..a578d3af44373425764bfdeef750f14501e798bd 100644 (file)
@@ -15,9 +15,9 @@
     LaserJet 5L</command>.</para>
                
     <para>
-    The need for the file is due to the printer driver namespace problem described in <link
-    linkend="classicalprinting">the chapter on Classical Printing in the book Samba3-HOWTO</link>.  For more
-    details on OS/2 clients, please refer to <link linkend="Other-Clients"/>.
+    The need for the file is due to the printer driver namespace problem described in 
+    the chapter on Classical Printing in the Samba3-HOWTO book.  For more
+    details on OS/2 clients, please refer to chapter on other clients in the Samba3-HOWTO book.
     </para>
 </description>
 <value type="default"/>
index d8bbb395891e6399d95264bbd9592d360dde09c4..9b1ad075b13667cba8c34fa259ab77c10455efd8 100644 (file)
 
     <itemizedlist>
        <listitem>
-           <para><constant>lmhosts</constant> : Lookup an IP 
-           address in the Samba lmhosts file. If the line in lmhosts has 
-           no name type attached to the NetBIOS name (see the <usmbconfoption 
-            noescape="1" url="lmhosts.5.html">lmhosts(5)</usmbconfoption> for details) then
-           any name type matches for lookup.</para>
+           <para>
+               <constant>lmhosts</constant> : Lookup an IP address in the Samba lmhosts file. If the line in lmhosts has 
+           no name type attached to the NetBIOS name (see the manpage for lmhosts for details) then
+           any name type matches for lookup.
+               </para>
        </listitem>
 
        <listitem>
-           <para><constant>host</constant> : Do a standard host 
-           name to IP address resolution, using the system <filename moreinfo="none">/etc/hosts
-           </filename>, NIS, or DNS lookups. This method of name resolution 
-           is operating system depended for instance on IRIX or Solaris this 
-           may be controlled by the <filename moreinfo="none">/etc/nsswitch.conf</filename> 
-           file.  Note that this method is used only if the NetBIOS name 
-           type being queried is the 0x20 (server) name type or 0x1c (domain controllers). 
-            The latter case is only useful for active directory domains and results in a DNS
-            query for the SRV RR entry matching _ldap._tcp.domain.</para>
+           <para>
+               <constant>host</constant> : Do a standard host name to IP address resolution, using the system
+               <filename moreinfo="none">/etc/hosts </filename>, NIS, or DNS lookups. This method of name resolution is
+               operating system depended for instance on IRIX or Solaris this may be controlled by the <filename
+               moreinfo="none">/etc/nsswitch.conf</filename> file.  Note that this method is used only if the NetBIOS name
+               type being queried is the 0x20 (server) name type or 0x1c (domain controllers).  The latter case is only
+               useful for active directory domains and results in a DNS query for the SRV RR entry matching
+               _ldap._tcp.domain.
+       </para>
        </listitem>
 
        <listitem>
index 5e807daa68ffb5265bac3c603464d4bacd202e69..849b515f46a3ec598030143a73c2f41fe1f87b1f 100644 (file)
@@ -5,8 +5,7 @@
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <synonym>allow hosts</synonym>
 <description>
-    <para>A synonym for this parameter is <parameter moreinfo="none">allow 
-    hosts</parameter>.</para>
+    <para>A synonym for this parameter is <smbconfoption name="allow hosts"/>.</para>
                
     <para>This parameter is a comma, space, or tab delimited 
     set of hosts which are permitted to access a service.</para>
@@ -17,9 +16,9 @@
 
     <para>You can specify the hosts by name or IP number. For 
     example, you could restrict access to only the hosts on a 
-    Class C subnet with something like <command moreinfo="none">allow hosts = 150.203.5.
-    </command>. The full syntax of the list is described in the man 
-    page <filename moreinfo="none">hosts_access(5)</filename>. Note that this man
+    Class C subnet with something like <command>allow hosts = 150.203.5.</command>.
+       The full syntax of the list is described in the man 
+    page <filename>hosts_access(5)</filename>. Note that this man
     page may not be present on your system, so a brief description will
     be given here also.</para>
 
index 0f2241cb32a96e3891d399ca5c29a1ae1108e379..136f86c9c8ae1a2919b7cd9539e549e15552ae71 100644 (file)
@@ -14,7 +14,7 @@
        <para>
        In the event that it is necessary to deny all by default, use the keyword
        ALL (or the netmask <literal>0.0.0.0/0</literal>) and then explicitly specify
-       to the <link linkend="hostsallow">hosts allow</link> parameter those hosts
+       to the <smbconfoption name="hosts allow">hosts allow</smbconfoption> parameter those hosts
        that should be permitted access.
        </para>
 </description>
index 7d5e3f5a1f38dddd1c93fcc237627a0e55e42945..35f42d600b397a541656d401d1c2f602ec068152 100644 (file)
@@ -4,13 +4,14 @@
                  advanced="1" developer="1"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
  <description>
-        <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>
+       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 <smbconfoption name="msdfs root"/> share  level  parameter.  For
-       more  information  on  setting  up a Dfs tree on Samba,
-       refer to <link linkend="msdfs">the MSFDS chapter in the book Samba3-HOWTO</link>.
+       <para>
+       See also the <smbconfoption name="msdfs root"/> share  level  parameter.  For more  information  on
+       setting  up a Dfs tree on Samba, refer to the MSFDS chapter in the book Samba3-HOWTO.
        </para>
 </description>
 
index 754344180ce7189fb2ee301af038becc34d7a983..1e6a5152a6634bfad358ea5c1759f30e49c9b169 100644 (file)
@@ -7,10 +7,9 @@
        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>
+       links of the form <filename>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">the MSDFS chapter in the Samba3-HOWTO book</link>.</para>
+       Samba, refer to the MSDFS chapter in the Samba3-HOWTO book.</para>
 </description>
 
 <related>host msdfs</related>
index 5e2633a1cf7251745140be7db71aa70be070fbb2..b6c5754f5b1f69f2709526d06cdfbb6f43fe43f8 100644 (file)
@@ -4,13 +4,12 @@
                  advanced="1" developer="1"
                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
 <description>
-       <para>This parameter is designed to allow Samba servers that
-       are members of a Samba controlled domain to use UNIX accounts
-       distributed via NIS, rsync, or LDAP as the uid's for winbindd users
-       in the hosts primary domain.  Therefore, the user DOMAIN\user1 would
-       be mapped to the account user1 in /etc/passwd instead of allocating
-       a new uid for him or her.
-</para>
+       <para>
+       This parameter is designed to allow Samba servers that are members of a Samba controlled domain to use
+       UNIX accounts distributed via NIS, rsync, or LDAP as the uid's for winbindd users in the hosts primary domain.
+       Therefore, the user <literal>DOMAIN\user1</literal> would be mapped to the account user1 in /etc/passwd
+       instead of allocating a new uid for him or her.
+       </para>
 </description>
 
 <value type="default">no</value>
index a6ede55c08e89864cc8d0b4b2ef5e4fb7303a57c..afced35f507a24b8451776cca20de890013a534a 100644 (file)
@@ -21,7 +21,7 @@
        <note><para>You need to set up Samba to point 
        to a WINS server if you have multiple subnets and wish cross-subnet 
        browsing to work correctly.</para></note>
-       <para>See the <link linkend="NetworkBrowsing"/>.</para>
+       <para>See the chapter in the Samba3-HOWTO on Network Browsing.</para>
 </description>
 
 <value type="default"></value>