I'm encountering some unexplained behavior from
Samba on my RH7.2 box. Specifically, I'm getting the following
authentication failures from Samba users:
Jan 26 11:03:13 fidelity samba(pam_unix)[19862]:
authentication failure; logname= uid=0 euid=0 tty=samba ruser=
rhost=freedom.home.net user=sbrown
What's interesting is that the Samba user reports
no difficulties viewing all of the attached shares and directories; however,
they are unable to print. Attached are my etc/pam.d/samba and
/etc/pam.d/system-auth files for review:
/etc/pam.d/samba:
auth required /lib/security/pam_stack.so
service=system-auth
account required /lib/security/pam_stack.so service=system-auth /etc/pam.d/system-auth:
#%PAM-1.0
# This file is auto-generated. # User changes will be destroyed the next time authconfig is run. auth required /lib/security/pam_env.so auth sufficient /lib/security/pam_unix.so likeauth nullok auth required /lib/security/pam_deny.so account
required /lib/security/pam_unix.so
password
required /lib/security/pam_cracklib.so retry=3
type=
password sufficient /lib/security/pam_unix.so nullok use_authtok md5 shadow password required /lib/security/pam_deny.so session
required
/lib/security/pam_limits.so
session required /lib/security/pam_unix.so Per smb.conf, the Samba server is configured for
user level security and plaintext passwords. Anyone have any suggestions
as to why I'm encountering these error messages in the log files and how to stop
them?
Thanks for the help!
|