Clarification that hosts resolution is done by winbind only on IRIX, all other system...
authorJohn H Terpstra <jht@samba.org>
Mon, 19 May 2008 18:00:01 +0000 (13:00 -0500)
committerKarolin Seeger <kseeger@samba.org>
Mon, 23 Jun 2008 08:45:41 +0000 (10:45 +0200)
(cherry picked from commit 2a953d6ba252e5ba4e28b7fae5979e7c47fe9bd0)
(cherry picked from commit 59bb2b0c9a6397bb0202055d7b00dce30d7bf03b)
(This used to be commit 5144c1b2d6891ecf5d21a0b3982276bdbcf27960)

docs-xml/manpages-3/winbindd.8.xml

index 8e981fd102234a8b2a59d64d18c983305f654dba..5bc1255d25ca771782678c88298c9b7a846ef742 100644 (file)
@@ -7,7 +7,7 @@
        <manvolnum>8</manvolnum>
        <refmiscinfo class="source">Samba</refmiscinfo>
        <refmiscinfo class="manual">System Administration tools</refmiscinfo>
        <manvolnum>8</manvolnum>
        <refmiscinfo class="source">Samba</refmiscinfo>
        <refmiscinfo class="manual">System Administration tools</refmiscinfo>
-       <refmiscinfo class="version">3.2</refmiscinfo>
+       <refmiscinfo class="version">3.0</refmiscinfo>
 </refmeta>
 
 
 </refmeta>
 
 
        resolve user and group information from <filename>/etc/passwd
        </filename> and <filename>/etc/group</filename> and then from the
        Windows NT server.
        resolve user and group information from <filename>/etc/passwd
        </filename> and <filename>/etc/group</filename> and then from the
        Windows NT server.
+       </para>
+
 <programlisting>
 passwd:         files winbind
 group:          files winbind
 <programlisting>
 passwd:         files winbind
 group:          files winbind
-## only available on IRIX; Linux users should us libnss_wins.so
-hosts:          files dns winbind
-</programlisting></para>
+## only available on IRIX: use winbind to resolve hosts:
+# hosts:        files dns winbind
+## All other NSS enabled systems should use libnss_wins.so like this:
+hosts:          files dns wins
+
+</programlisting>
 
        <para>The following simple configuration in the
        <filename>/etc/nsswitch.conf</filename> file can be used to initially
 
        <para>The following simple configuration in the
        <filename>/etc/nsswitch.conf</filename> file can be used to initially
@@ -470,7 +475,7 @@ auth  required    /lib/security/pam_unix.so \
 <refsect1>
        <title>VERSION</title>
 
 <refsect1>
        <title>VERSION</title>
 
-       <para>This man page is correct for version 3 of
+       <para>This man page is correct for version 3.0 of
         the Samba suite.</para>
 </refsect1>
 
         the Samba suite.</para>
 </refsect1>