RobertoBouza at bayviewassetmanagement.com
2009-Nov-24 18:05 UTC
[Samba] Any password work?
Hello, For some reason if you put anything when a linux machine ask you for a password it lets you in the box. Any ideas? We are using winbind to authenticate users against AD. I can log in (any password) and I can see my AD groups and AD users, etc but the password part doesn't seem to work. Thank you. Roberto.
RobertoBouza at bayviewassetmanagement.com
2009-Nov-24 18:52 UTC
[Samba] Any password work?
Ok, I figured it out... on the pam.d sshd module the system-auth (which in my case holds the winbind auth) was not included. Including this module will do. So checking first for sshd directives and then including the system-auth will check for AD password match. Thank you.