Skip to content
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

[3006.x] Fix issue with win_user.add #66245

Merged
merged 6 commits into from
Mar 26, 2024
Merged

Commits on Mar 21, 2024

  1. Fix issue with win_user.add

    win_useradd.add now allows you to add new users that have only integers in
    the username.
    It also adds tests for the win_useradd module.
    twangboy committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    462e0be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db5ba84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2de2d27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6dcfe79 View commit details
    Browse the repository at this point in the history
  5. Use sorted instead of sort

    twangboy committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    3d4b2f5 View commit details
    Browse the repository at this point in the history
  6. Fix failing package tests

    twangboy committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    5ddc1da View commit details
    Browse the repository at this point in the history