You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Testing the SSPI support is difficult as it requires running on a domain-joined Windows host, and specifically for the server side, requires running as the local NT Authority\SYSTEM account in order for tests to pass.
Testing the SSPI support is difficult as it requires running on a domain-joined Windows host, and specifically for the server side, requires running as the local
NT Authority\SYSTEM
account in order for tests to pass.Current manual testing process:
cd testdata
ssh-keygen -b 4096 -t rsa -m PEM -f id_rsa
ingress_cidr_blocks
variable interraform.tfvars
terraform apply
to create a simple AD directory service and Windows 2022 instance joined to ADgo test -v -run TestNewClient
with the test usergo test -v -run TestNewServer
usingPsExec64.exe -i -s powershell.exe
to run usingSYSTEM
accountThe text was updated successfully, but these errors were encountered: