Fix gMSA credspec definitions

This commit is contained in:
Avinesh Singh 2024-07-10 14:05:27 +05:30
parent 800c2d573b
commit 97bd20e5a9
1 changed files with 3 additions and 3 deletions

View File

@ -117,10 +117,10 @@ credspec:
DomainJoinConfig:
DnsName: contoso.com # DNS Domain Name
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
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`