Read MaxCtrl password from stdin when none provided

When the -p parameter is given without an argument, the password is read
from the command line. This allows passwords to be given to MaxCtrl in a
safer manner.
This commit is contained in:
Markus Mäkelä
2018-02-25 18:06:52 +02:00
parent b8df0dfc02
commit 2df47d8999
4 changed files with 16 additions and 2 deletions

View File

@ -24,6 +24,11 @@ error as scripts most often do not have an actual terminal that control the
process. This means that passwords and other commands can be passed to MaxAdmin
without a controlling terminal.
### MaxCtrl password input
MaxCtrl can now query the password from the user. This allows passwords to be
given without giving them as process arguments.
## Dropped Features
## New Features