Zend certified PHP/Magento developer

Windows NFS share access from Linux unjoined domain computer with AD username using NIS

I have Linux clients using AD username/password using NIS and we have NIS Domain and UID and GID are already present in the AD. We used to have Windows 2003 NFS share and it used to work fine with permissions but now we moved to Windows 2019 and the same mapping is not available in Windows 2019.

Microsoft used to have User Name Mapping in Win 2003 NFS server which is depreciated now. In User Name Mapping, You can Group maps the Windows group to Unix Group. This helps in accessing the share that is located on Windows NFS from Linux with right permission. Now this is not available in new version like 2016 and 2019.

What is the way to translate the Unix group id to Windows ID?

A similar post is here but not sure what format to use to match the group membership for Windows AD group and Unix Group.
https://stackoverflow.com/questions/66923788/windows-server-2019-server-for-nfs-uid-gid-mapping-with-auth-sys?rq=1

I have tried with local file as well but may be I am doing something wrong.

We are looking for solution that Linux users that are using their AD username can access the NFS share via NIS.

Thanks for your input.