Let's say I have a NFS /home on my server that gets mounted on boot by clients (EDIT: on their own machines -- locally), in order to have a common /home for my clients, this way they automatically save whatever they are doing (EDIT: locally on their machines) to the server.
I am using LDAP/Kerberos for authentication. How do I chown /home/userdir directories to the user without having such entry in passwd on the server?
My assumption is that since NFS keeps permissions for directories as is, users will not be able to access other user's home directories, and as such, I'd have a secure shared /home directory.
Am I on the right track?
Thank you for all your suggestions!