"Centralized authentication with LDAP + NFS + Samba (Part II: NFS)"
NFS (Network File System) is an old Unix technology that enables a machine to mount a remote file system. This is desirable for centralized authentication, as the user can access the same home directory no matter which machine he uses.
Server
Install NFS server:
apt-get install nfs-kernel-server
Edit /etc/exports …
more ...