I changed the pam conf per the 12.5.3.6 section. Here's what I've got: pam.d/login: #%PAM-1.0 auth required /lib/security/pam_securetty.so auth sufficient /lib/security/pam_winbind.so auth sufficient /lib/security/pam_unix.so use_first_pass auth required /lib/security/pam_stack.so service=system-auth auth required /lib/security/pam_nologin.so account sufficient /lib/security/pam_winbind.so account required /lib/security/pam_stack.so service=system-auth password required /lib/security/pam_stack.so service=system-auth session required /lib/security/pam_stack.so service=system-auth session optional /lib/security/pam_console.so
Khanh Tran Network Operations Sarah Lawrence College -----Original Message----- From: bin wen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 19, 2003 1:58 PM To: Khanh Tran; '[EMAIL PROTECTED]' Subject: Re: [Samba] Help with Winbind >From your log file, it looks like the RH still uses the pam_unix module to authenticate. Have you changed the pam configuration to use winbindd following the isntruction in section 12.5.3.6 ? --- Khanh Tran <[EMAIL PROTECTED]> wrote: > I've been trying for weeks to get winbind working > with RedHat Linux 8.0. > I've got everything setup per the winbind docs on > http://www.samba.org/samba/docs/Samba-HOWTO-Collection.html#WINBIND. > > > I've successfully joined my NT4 domain with > smbpasswd -j DOMAIN -r PDC -U > Administrator. Running wbinfo -u returns my domain > user list, as well as > wbinfo -g returning my domain groups. getent passwd > returns the domain user > list in the passwd format, and getent group does the > same. I've then set up > my /etc/pam.d/login to match the one on the HOWTO. > > The problem is that when I go to login (username: > DOMAIN+user), the > workstation won't log me in. My messages log > returns only: > > Feb 19 13:20:46 Martyr gdm(pam_unix)[835]: check > pass; user unknown > Feb 19 13:20:46 Martyr gdm(pam_unix)[835]: > authentication failure; logname= > uid=0 euid=0 tty=:0 ruser=gdm rhost=localhost > Feb 19 13:20:47 Martyr gdm-binary[835]: Couldn't > authenticate user > > Any help is greatly appreciated, and thanks in > advance! > > Khanh Tran > Network Operations > Sarah Lawrence College > > -- > To unsubscribe from this list go to the following > URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba __________________________________________________ Do you Yahoo!? Yahoo! Shopping - Send Flowers for Valentine's Day http://shopping.yahoo.com -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
