mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Merge pull request #27503 from Microsoft/validcredspec
Windows: Add cred spec test with well form credentials
This commit is contained in:
25
integration-cli/fixtures/credentialspecs/valid.json
Normal file
25
integration-cli/fixtures/credentialspecs/valid.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user