-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Correct rndPass usage #7047
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Correct rndPass usage #7047
Conversation
While testing this on Windows Server 2019, I discovered that `+rndPass` shouldn't be combined with `/pass`, it is supposed to be used on it's own. Otherwise `+rndPass` becomes the actual password, which is unexpected and might not meet password complexity requirements. Running a `ktpass /?` shows the that options `+rndPass` and `/pass` are separate from each other.
@pearj : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
1 similar comment
@pearj : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
@pearj : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
4 similar comments
@pearj : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
@pearj : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
@pearj : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
@pearj : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
In addition to this issue, I have noticed that command line option that starts with a |
Learn Build status updates of commit c56314f: ✅ Validation status: passed
For more details, please refer to the build report. Note: Broken links written as relative paths are included in the above build report. For broken links written as absolute paths or external URLs, see the broken link report. For any questions, please:
|
@pearj : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
Can you review the proposed changes? IMPORTANT: When the changes are ready for publication, add a #label:"aq-pr-triaged" |
@pearj : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
@pearj : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
1 similar comment
@pearj : Thanks for your contribution! The author(s) have been notified to review your proposed change. |
While testing this on Windows Server 2019, I discovered that
+rndPass
shouldn't be combined with/pass
, it is supposed to be used on it's own. Otherwise+rndPass
becomes the actual password, which is unexpected and might not meet password complexity requirements.Running a
ktpass /?
shows the that options+rndPass
and/pass
are separate from each other.