Merge pull request #27503 from Microsoft/validcredspec

Windows: Add cred spec test with well form credentials
This commit is contained in:
Brian Goff
2016-10-25 13:44:52 -07:00
committed by GitHub
2 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
{
"CmsPlugins": [
"ActiveDirectory"
],
"DomainJoinConfig": {
"Sid": "S-1-5-21-4288985-3632099173-1864715694",
"MachineAccountName": "MusicStoreAcct",
"Guid": "3705d4c3-0b80-42a9-ad97-ebc1801c74b9",
"DnsTreeName": "hyperv.local",
"DnsName": "hyperv.local",
"NetBiosName": "hyperv"
},
"ActiveDirectoryConfig": {
"GroupManagedServiceAccounts": [
{
"Name": "MusicStoreAcct",
"Scope": "hyperv.local"
},
{
"Name": "MusicStoreAcct",
"Scope": "hyperv"
}
]
}
}