Displaying 1 result from an estimated 1 matches for "gmsa2".
Did you mean:
gmsa
2024 Jul 12
0
Error 1069 when using gMSA on a Windows client
...correctly. In this case, I can configure gMSA from samba-tool and use the created service accounts on Windows Clients.
In my case:
- "al-r-dc1" - Samba DC
- "win-cl1" - windows client
I did configure gMSA using the following commands:
--------------
sudo ./samba-tool group add GMSA2 --groupou="OU=Groups" --group-scope=Global
sudo ./samba-tool group addmembers gmsa2 al-r-dc1$,win-cl1$
sudo ./samba-tool service-account create --name=gmsaSrvc2 --dns-host-name=gmsaSrvc2.smblocal.net
sudo ./samba-tool service-account group-msa-membership add --name=gmsaSrvc2 --principal=&...