Tagged Questions
2
votes
1answer
3k views
how to add a SMB (samba) password for a user in Debian, when there is no smbpasswd binary?
I have samba installed on a Debian server of mine, and I use libpam-smbpass to keep UNIX and SMB passwords in sync. Passwords are only changed from unix logins via shell at the moment.
However, just ...