Users unable to change password using SWAT on Slackware64 14.0
Greetings,
Our users are unable to change their passwords using SWAT on our Slackware64 14.0 server(s). No error (or success) message shows on the page after the attempt.
This shows up in /var/log/samba/log.swat:
[2013/10/07 12:58:35.464763, 3] lib/dbwrap_tdb.c:359(db_open_tdb)
Could not open tdb: Permission denied
[2013/10/07 12:58:35.464787, 0] passdb/secrets.c:76(secrets_init)
Failed to open /etc/samba/private/secrets.tdb
I tried changing the perms on /etc/samba/private and /etc/samba/private/secrets.tdb to be readable by all users. After his, I could stat and cat the file as a user, but the error messages still show up in log.swat for that user.
Info:
In /etc/samba/smb.conf:
passwd program = /usr/bin/passwd %u
unix password sync = Yes
I'm at a loss. Any help would be greatly appreciated!
|