Configure NFS Shares for Anonymous Access
Applies To: Windows Server 2008, Windows Storage Server 2008 R2
By default, Server for NFS does not allow anonymous users to access a shared directory. When you share a directory, you can allow anonymous access to the directory, and you can change the UID and GID values for anonymous access to the UID and GID used by a specific UNIX operating system.
Note
The anonymous UID and anonymous GID for an NFS share are used when reporting the owner of a file owned by an unmapped Windows user.
Enable the Network Access: Let Everyone permissions apply to anonymous users policy setting.
This policy adds the SID for Everyone to any access tokens created for anonymous connections. This allows anonymous users to access any resource that has been given the Everyone group permission.
To enable this policy for computers that are:
Domain members, configure the policy in Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options using the Group Policy Management Console.
Standalone servers, configure the policy in Security Settings\Local Policies\Security Optionsusing the Local Group Policy Editor.
Grant the built-in group Everyone the appropriate NTFS permissions to the folders being shared as follows:
Read-only access, grant the Read & execute NTFS permission.
Read and write access, grant the Read & execute NTFS permission and the Write NTFS permission.
Note
The Share and Storage Management snap-in lets you choose the appropriate access permissions when an NFS share is enabled for anonymous access. The corresponding NTFS permissions are then automatically applied to the folder being shared.
For more information about how to grant NTFS permissions, see [Set, View, Change, or Remove Permissions on Files and Folders](cc754344\(v=ws.10\).md).
Allow anonymous access to an NFS shared folder by using one of the following methods:
Using the Share and Storage Management snap-in as described in the "NFS permissions" section in Managing Permissions for Shared Folders.
Using Windows Explorer as described in the "To allow anonymous access to an NFS share using the Windows interface" section in Allow Root and Anonymous Access to Resources by NFS Clients.
Using nfsshare.exe from a command prompt as described in the "To allow anonymous access to an NFS share using the command prompt" section in Allow Root and Anonymous Access to Resources by NFS Clients.