Re: [Samba] ssh + pam_winbind error 'incorrect password or invaid membership'

2005-05-24 Thread jstile
Everything is working now. Thank you for all the help! Don't really know what fixed it, but now it works. I'm starting to think most problems are fixed by restarting samba and winbind. I changed one thing in smb.conf: From the previous posts: template homedir = /home/%D/%U To this:

Re: [Samba] ssh + pam_winbind error 'incorrect password or invaid membership'

2005-05-23 Thread jstile
I got a little farther. After creating the home directory , /home/MS/johns And fixing the path to the default shell, I can ssh in with: ssh 192.168.60.189 -l MS\+johns But not with this: ssh 192.168.60.189 -l johns My smb.conf definitely has: winbind use default domain = Yes How can I ma

[Samba] ssh + pam_winbind error 'incorrect password or invaid membership'

2005-05-20 Thread jstile
Configuration: Samba 3.0.14a-1 (on debian 3.1) + winbind 3.0.14a-1 + krb5-user 1.3.6-2 I need help debugging pam_winbind.so in /etc/pam.d/ssh on debian. Samba is a member of an AD domain, authenticating access to shares via winbind+nsswitch.conf. Authentication to shares works great. Now I wa