-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
-
ec2 plugin 1.24
Supporting windows would be really useful: we ship our products on windows as well as Linux, but all our devs run Linux
- links to
Supporting windows would be really useful: we ship our products on windows as well as Linux, but all our devs run Linux
jg_lgc - Hmmm can you share an example of a userdata script as we could not find it here.
set winrm/config/service/auth @{Negotiate="false"}
reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v LocalAccountTokenFilterPolicy /t REG_DWORD /d 1 /f
But we get the same winrm infinite loop issue. With these values in the logs:
July 11, 2018 9:10:27 AM org.apache.http.client.protocol.RequestAuthenticationBase process
WARNING: NEGOTIATE authentication error: Invalid name provided (Mechanism level: KrbException: Cannot locate default realm)
Should we have disable Kerberos as well?
Thanks all for your help!