SWAT will not allow you to log in, no matter what password you enter. This is due to a bad /etc/pam.d/samba file Reproducible: Always Steps to Reproduce: 1. 2. 3. The included /etc/pam.d/samba files has the following two lines: account include system-auth session include system-auth This causes SWAT to be unable to create a session for the user. The correct lines should be account required /lib/security/pam_stack.so service=system-auth session required /lib/security/pam_stack.so service=system-auth
*** This bug has been marked as a duplicate of 95695 ***