We have a NIS server with shared users' home directories in '/home'.
We're used to mounting the server's '/home' using '/home' as the mount point on each NIS client.
However, if we do this with a machine that has existing local users, their home directories will not be accessible because '/home' is now a mount point to the server.
How can we make both local and remote users' home directories accessible on the client?