[squid-users] modification in /etc/pam.d/* for winbind

From: Wilson A. Galafassi Jr. <jr22list@dont-contact.us>
Date: 19 Nov 2002 11:20:34 -0200

hello.
the winbindd man page (
http://us3.samba.org/samba/docs/man/winbindd.8.html) say this:

"EXAMPLE SETUP

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.

In /etc/nsswitch.conf put the following:

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
        

Note in particular the use of the sufficient keyword and the
use_first_pass keyword.

Now replace the account lines with this:

account required /lib/security/pam_winbind.so"

I just want to use samba + winbind with the ntlm only for autentication
to SQUID.
my question is: what is need to change in /etc/pam.d/* to correct works
of winbind????

i use squid 2.5S1, samba 2.2.6, Red Hat 8.0.

thanks
Wilson
Received on Thu Nov 21 2002 - 09:48:42 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:11:28 MST