8000 GitHub - smougenot/docker-smbpasswd: Docker container for changing Active Directory passwords
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

smougenot/docker-smbpasswd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-smbpasswd

Change the Active Directory password for a username using Docker.

Requirements

Usage

The container can be run using the following command:

docker run --interactive --rm sgerrand/smbpasswd USERNAME DOMAIN

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

Releases

No releases published

Packages

No packages published

Languages

  • Shell 89.0%
  • Dockerfile 11.0%
0