Files
docker-cli/components/engine/integration-cli/fixtures/credentialspecs/valid.json
John Howard 829ef91506 Windows: Cred spec test with well form credentials
Signed-off-by: John Howard <jhoward@microsoft.com>
Upstream-commit: b8977ae537d96b1023a5c65b14317cee6fb7e256
Component: engine
2016-10-18 12:17:56 -07:00

26 lines
1.4 KiB
JSON

{
"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"
}
]
}
}