From 551b737f9bed8ecc764290d007fcba74109a6c24 Mon Sep 17 00:00:00 2001 From: John H Terpstra Date: Mon, 19 May 2008 13:00:01 -0500 Subject: Clarification that hosts resolution is done by winbind only on IRIX, all other systems use libnss_wins.so. (cherry picked from commit 2a953d6ba252e5ba4e28b7fae5979e7c47fe9bd0) (cherry picked from commit 59bb2b0c9a6397bb0202055d7b00dce30d7bf03b) (This used to be commit 5144c1b2d6891ecf5d21a0b3982276bdbcf27960) --- docs-xml/manpages-3/winbindd.8.xml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'docs-xml/manpages-3') diff --git a/docs-xml/manpages-3/winbindd.8.xml b/docs-xml/manpages-3/winbindd.8.xml index 8e981fd102..5bc1255d25 100644 --- a/docs-xml/manpages-3/winbindd.8.xml +++ b/docs-xml/manpages-3/winbindd.8.xml @@ -7,7 +7,7 @@ 8 Samba System Administration tools - 3.2 + 3.0 @@ -119,12 +119,17 @@ resolve user and group information from /etc/passwd and /etc/group and then from the Windows NT server. + + passwd: files winbind group: files winbind -## only available on IRIX; Linux users should us libnss_wins.so -hosts: files dns winbind - +## 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 + + The following simple configuration in the /etc/nsswitch.conf file can be used to initially @@ -470,7 +475,7 @@ auth required /lib/security/pam_unix.so \ VERSION - This man page is correct for version 3 of + This man page is correct for version 3.0 of the Samba suite. -- cgit