Skip to content

Docker container for changing Active Directory passwords

License

Notifications You must be signed in to change notification settings

ycmjason/docker-smbpasswd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-smbpasswd

A portal to smbpasswd

Requirements

Usage

The container can be run

docker run --interactive --rm ycmjason/smbpasswd -h
docker run --interactive --rm ycmjason/smbpasswd -U USERNAME -r REMOTE

printf "oldpw\nNEWPW\nNEWPW\n" | docker run --interactive --rm ycmjason/smbpasswd -s -U USERNAME -r REMOTE

This will cause the password for USERNAME to be changed in the DOMAIN Active Directory domain.

Required values

  • Docker flags: -i or --interactive is required, otherwise your password can't be entered securely.
  • Input parameters: Both the USERNAME and DOMAIN values are required.

About

Docker container for changing Active Directory passwords

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%