Support Group Managed Service Accounts#768
Merged
johnsimons merged 2 commits intomasterfrom Aug 12, 2016
Merged
Conversation
Member
|
@sfarmar did u test this with ServiceControl and it does not work ? |
Contributor
Author
|
@johnsimons no i didn't test it, i put the issue in to verify/fix this |
Contributor
|
@johnsimons - it won't work, the whole idea behind GSMA is no-one knows the password. I'll look into this as a maintainer task. |
Member
|
looks good @gbiellem |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change adds support for the use of the Group Managed Service Accounts (GMSA) when setting up the ServiceControl service through the Management Utility.
To use a GMSA enter the
domain\usernameincluding the trailing dollar sign as the ServiceAccount in the management tool and leave the password field empty.This will only work if the service account has been setup correctly as a GMSA in Active Directory. See this blog post for a simple guide on setting up GMSA ( https://blogs.technet.microsoft.com/askpfeplat/2012/12/16/windows-server-2012-group-managed-service-accounts/)
Customer request:
See also Particular/NServiceBus.Host#93