Fix typos.
authorJohn H Terpstra <jht@samba.org>
Wed, 21 May 2008 13:52:18 +0000 (08:52 -0500)
committerJohn H Terpstra <jht@samba.org>
Wed, 21 May 2008 13:52:18 +0000 (08:52 -0500)
WHATSNEW.txt
docs-xml/manpages-3/winbindd.8.xml

index cdb3703933e0b3a938119e0a2e99654c4232adbd..240e307722ad34d6437e67ab5ff0cbd5c2c19ab3 100644 (file)
@@ -56,7 +56,7 @@ o   Gerald (Jerry) Carter <jerry@samba.org>
 
 
 o   Glenn Curtis <gcurtis@likewisesoftware.com>
-    * Prevent cycle in Wibind's list of children when reaping dead processes.
+    * Prevent cycle in Winbind's list of children when reaping dead processes.
 
 
 o   Steven Danneman <steven.danneman@isilon.com>
@@ -104,7 +104,7 @@ o   Jim McDonough <jmcd@samba.org>
 
 
 o   Karolin Seeger <kseeger@samba.org>
-    * Documentation cleanup after r emerging docs from svn to git and 
+    * Documentation cleanup after merging docs from svn to git and 
       back-porting from the v3-2 branch.
 
 
index 5bc1255d25ca771782678c88298c9b7a846ef742..3da5991afcf67959c77b75bf26e20def15be4c8b 100644 (file)
        <para>Even if winbind is not used for nsswitch, it still provides a
        service to <command>smbd</command>, <command>ntlm_auth</command>
        and the <command>pam_winbind.so</command> PAM module, by managing connections to
-       domain controllers.  In this configuraiton the
-       <smbconfoption name="idmap uid"/> and
-       <smbconfoption name="idmap gid"/>
+       domain controllers.  In this configuration the
+       <smbconfoption name="idmap uid"/> and <smbconfoption name="idmap gid"/>
        parameters are not required. (This is known as `netlogon proxy only mode'.)</para>
 
-        <para> The Name Service Switch allows user
+        <para>The Name Service Switch allows user
        and system information to be obtained from different databases
        services such as NIS or DNS.  The exact behaviour can be configured
-       throught the <filename>/etc/nsswitch.conf</filename> file.
+       through the <filename>/etc/nsswitch.conf</filename> file.
        Users and groups are allocated as they are resolved to a range
        of user and group ids specified by the administrator of the
        Samba system.</para>
        <para>The service provided by <command>winbindd</command> is called `winbind' and
        can be used to resolve user and group information from a
        Windows NT server. The service can also provide authentication
-       services via an associated PAM module. </para>
+       services via an associated PAM module.</para>
 
        <para>
        The <filename>pam_winbind</filename> module supports the
         <parameter>auth</parameter>, <parameter>account</parameter>
-        and <parameter>password</parameter>
-        module-types.  It should be noted that the
+        and <parameter>password</parameter> module-types.  It should be noted that the
         <parameter>account</parameter> module simply performs a getpwnam() to verify that
         the system can obtain a uid for the user, as the domain
         controller has already performed access control.  If the