I have a NTFS style qtree that is accessed by Windows users.
I also have an NFS export configured on this same qtree, and use a mapping in usermap.cfg to map a UNIX UID to Windows which allows the UNIX user access to the NFS export:
domain\user <= unixuser
This works great and allows "unixuser" access to the NFS export on the UNIX machine. However, I now need to allow multiple UNIX users access to this NFS export. How can I do this? I'm not able to map groups, and I don't think I can map one Windows user to multiple UNIX users.
Any ideas?