NFS exports
Task 1:
Configure autofs to automount the home directories of LDAP users as follows:
host.domain11.example.com
NFS-exports /home
to your system.
This filesystem contains a pre-configured home directory for the user ldapuser11
. ldapuser11
's home directory is host.domain11.example.com/rhome/ldapuser11.
ldapuser11's home directory should be automated locally beneath /rhome as /rhome/ldapuser11
Home directories must be writeable by their users.
ldapuser11
's password is password
Solution:
Task 2:
Some users home directory is shared from your system. Using showmount -e localhost
command, the shared directory is not shown. Make access the shared users home directory.
Solution:
Last updated
Was this helpful?