|
From: Dominic R. <dl...@ed...> - 2010-08-09 13:47:35
|
My problem turned out to be exacerbated by my having changed the user line in xinetd.conf at some point in the past from root to something else. Doh! The /etc/pam.d file has to be called samba, not swat, but otherwise your settings work for me. Thanks Heiko! Dominic On 09/08/2010 13:20, Heiko Zuerker wrote: > auth sufficient pam_rootok.so > auth required pam_unix.so > account required pam_unix.so > session required pam_unix.so > password required pam_permit.so > |