Hi!
My TW KDE serves a samba share without user auth and one with authentification. Doing fine for years. The zypper dup in Saturday broke the user auth for the samba share, in log I see since then:
[2024/02/26 12:02:09.741145, 0] ../../source3/auth/pampass.c:800(smb_pam_accountcheck)
smb_pam_accountcheck: PAM: Account Validation Failed - Rejecting User hans!
smb.conf has:
[global]
...
passdb backend = tdbsam
...
and
[hans]
path = /mnt/md0/hans
valid users = hans
writeable = yes
browsable = yes
create mask = 0700
directory mask = 0700
I tried to renew the samba password for the respective user (smbpasswd hans), without success.
Any ideas what broke my samba share?