Linux – NFS mount share from Linux AD authentication to Linux with NIS authentication

linuxlinux-networkingmountnfs

I have two machines:

  1. Linux with AD authentication and running NFS server
  2. Linux with NIS authentication

Problem:

When I try to mount any share from first machine (AD authentication) to second (NIS authentication) I always get somehing like this
drwxrws—+ 13 16777260 16777222 4096 Sep 21 09:42 software

In fact I can't access to this folder because on NIS machine I don't have the user with such UID/GID

Question:

May somebody know how resolve this problem?

Best Answer

The NFS Server on the windows machine is translating the AD Users to *nix user ID's. You will need to reconfigure the NFS Server on windows for proper translation of the *nix users.

This document should be your starting point to configure the NFS server. http://technet.microsoft.com/en-us/library/cc782783%28v=ws.10%29.aspx