From 5357c5e6e30035fa8d7a552675aaa355f7a27bb4 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Wed, 6 Jul 2005 21:23:58 +0000 Subject: Removal of CRUFT. 50 lashes to those who created CRUFT. Argh. (This used to be commit 555e174de5d390cdc744b8bcbecbeccc31079a23) --- docs/manpages-3/winbindd.8.xml | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) (limited to 'docs/manpages-3') diff --git a/docs/manpages-3/winbindd.8.xml b/docs/manpages-3/winbindd.8.xml index 1ad8a6ff1e..4d02ed6a35 100644 --- a/docs/manpages-3/winbindd.8.xml +++ b/docs/manpages-3/winbindd.8.xml @@ -255,25 +255,30 @@ hosts: files wins EXAMPLE SETUP - To setup winbindd for user and group lookups plus + + To setup winbindd for user and group lookups plus authentication from a domain controller use something like the - following setup. This was tested on a RedHat 6.2 Linux box. + following setup. This was tested on an early Red Hat Linux box. + In /etc/nsswitch.conf put the following: -passwd: files winbind -group: files winbind - +passwd: files winbind +group: files winbind + + In /etc/pam.d/* replace the auth lines with something like this: -auth required /lib/security/pam_securetty.so -auth required /lib/security/pam_nologin.so -auth sufficient /lib/security/pam_winbind.so -auth required /lib/security/pam_pwdb.so use_first_pass shadow nullok - +auth required /lib/security/pam_securetty.so +auth required /lib/security/pam_nologin.so +auth sufficient /lib/security/pam_winbind.so +auth required /lib/security/pam_pwdb.so \ + use_first_pass shadow nullok + + Note in particular the use of the sufficient -- cgit