I have 4-5 Ubuntu 14.04 servers in my network and I want to share a common /home
directory between them. I have setup the nfs server, and I can mount the directory on various clients. However my problem is that of user IDs.
Example: A user on the nfs server is UID 1003, but on an nfs client this same user is UID 1002, on another nfs client 1005.
What are my options in resolving this conflict? I've had quite an extensive google search around looking for options and can't find clear answers. Can I map users from one UID to another, or do I have manually change UIDs across all boxes?
This is my current /etc/exports
home 192.168.1.0/24(rw,sync,no_root_squash,no_subtree_check)