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

Fix for Winrm Authentication Failure issue during bootstrap #435

Merged

Conversation

dheerajd-msys
Copy link
Contributor

Added local user account into the Administrators group
In-Progress


<<-EOH
net user /add #{locate_config_value(:winrm_user).delete('.\\')} #{windows_password};
net localgroup Administrators /add #{locate_config_value(:winrm_user).delete('.\\')};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suppose there isn't a circumstance where someone will be using this feature to bootstrap a server in a domain on ec2 over ssl, but it does seem like we should only being doing this step if we're given a local user.

@btm
Copy link
Contributor

btm commented Aug 1, 2016

👍

@NimishaS NimishaS merged commit bbb63d0 into chef:master Aug 2, 2016
@NimishaS NimishaS deleted the dh/winrm_authenticaion_failure_fix branch August 2, 2016 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants