ronisaha / smbpass-docker

Docker image with smbpasswd

Home Page:https://hub.docker.com/r/ronisaha/smbpass

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

smbpass

Docker image with smbpass

Image Variants

smbpass

Use this to build your custom script. This just smbpasswd tool installed

docker run --rm -it ronisaha/smbpass /bin/bash

smbpass:reset

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

smbpass:change

Use this to Change your password

docker run --rm -it ronisaha/smbpass:change domain user

About

Docker image with smbpasswd

https://hub.docker.com/r/ronisaha/smbpass

License:MIT License


Languages

Language:Shell 62.8%Language:Dockerfile 37.2%