Change your samba password using smbpasswd tool
446
Docker image with smbpass
Use this to build your custom script. This just smbpasswd tool installed
docker run --rm -it ronisaha/smbpass /bin/bash
Use this to reset your password to same as current. The script change two password internally.
docker run --rm -it ronisaha/smbpass:reset domain user
Use this to Change your password
docker run --rm -it ronisaha/smbpass:change domain user
Content type
Image
Digest
Size
46.5 MB
Last updated
over 6 years ago
docker pull ronisaha/smbpass