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

Detect home dir for Windows #577

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Commits on Apr 11, 2024

  1. Fix home dir detection on windows

    Add windows to the list of supported Operating Systems so that
    acceptance tests are also run on this platform.
    
    We need to set a clear-text password for the windows user provider
    to avoid an OLE error code:800708C5 in Active Directory (The password
    does not meet the password policy requirements).
    elfranne authored and smortex committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a32a229 View commit details
    Browse the repository at this point in the history
  2. Do not reuse the same name for user and group

    windows is such a supperior operating system it cannot create a group if
    a user with the same name already exist.
    
    We used `vagrant` for no real reason, so switch to obviously example
    names to fix CI on windows.
    
    While here, fix a few typos.
    smortex committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    85d4b0a View commit details
    Browse the repository at this point in the history
  3. Fix acceptance test helper

    smortex committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    7716ce1 View commit details
    Browse the repository at this point in the history