Skip to content

Fix GPO requirements in Kerberos WinRM how-to#1820

Merged
fdevans merged 2 commits into
rundeck:4.0.xfrom
jgarces-pd:patch-1
Jun 16, 2026
Merged

Fix GPO requirements in Kerberos WinRM how-to#1820
fdevans merged 2 commits into
rundeck:4.0.xfrom
jgarces-pd:patch-1

Conversation

@jgarces-pd

Copy link
Copy Markdown
Contributor

Summary

Fixes mistakes from PR #1819 in the GPO requirements section of docs/learning/howto/how2winrm-rundeck.md:

  • Corrected credential delegation server list from WSMAN/* to WSMAN/*.yourdomain.com — domain-scoped value restricts credential delegation to servers within your own domain, reducing the risk of credentials being delegated to an untrusted host
  • Fixed WinRM Kerberos policy names: the actual GPO policy is Disallow Kerberos authentication set to Disabled (not "Allow Kerberos authentication = Enabled")
  • Moved WinRM Kerberos policies to their own table under the correct GPO path: Windows Components > Windows Remote Management

Test plan

  • Verify GPO policy names match actual Windows Server Group Policy Management Editor
  • Verify server list value is correctly scoped per domain

🤖 Generated with Claude Code

@jgarces-pd jgarces-pd requested a review from a team June 16, 2026 16:16
@jgarces-pd

Copy link
Copy Markdown
Contributor Author

@forrestrd @fdevans I made some changes from the last PR

@jgarces-pd jgarces-pd left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

looks better now.

@fdevans fdevans added this to the 6.0.0 milestone Jun 16, 2026
@fdevans fdevans merged commit c9df606 into rundeck:4.0.x Jun 16, 2026
1 of 3 checks passed
@jgarces-pd jgarces-pd deleted the patch-1 branch June 16, 2026 16:34
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.

2 participants