Fix gMSA credspec definitions
This commit is contained in:
parent
800c2d573b
commit
97bd20e5a9
|
|
@ -117,10 +117,10 @@ credspec:
|
||||||
DomainJoinConfig:
|
DomainJoinConfig:
|
||||||
DnsName: contoso.com # DNS Domain Name
|
DnsName: contoso.com # DNS Domain Name
|
||||||
DnsTreeName: contoso.com # DNS Domain Name Root
|
DnsTreeName: contoso.com # DNS Domain Name Root
|
||||||
Guid: 244818ae-87ac-4fcd-92ec-e79e5252348a # GUID
|
Guid: 244818ae-87ac-4fcd-92ec-e79e5252348a # GUID of the Domain
|
||||||
MachineAccountName: WebApp1 # Username of the GMSA account
|
MachineAccountName: WebApp1 # Username of the GMSA account
|
||||||
NetBiosName: CONTOSO # NETBIOS Domain Name
|
NetBiosName: CONTOSO # NETBIOS Domain Name
|
||||||
Sid: S-1-5-21-2126449477-2524075714-3094792973 # SID of GMSA
|
Sid: S-1-5-21-2126449477-2524075714-3094792973 # SID of the Domain
|
||||||
```
|
```
|
||||||
|
|
||||||
The above credential spec resource may be saved as `gmsa-Webapp1-credspec.yaml`
|
The above credential spec resource may be saved as `gmsa-Webapp1-credspec.yaml`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue