classes:la_slapd_l4
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
classes:la_slapd_l4 [2016/12/15 19:50] – curry_searle | classes:la_slapd_l4 [2016/12/15 20:33] (current) – curry_searle | ||
---|---|---|---|
Line 20: | Line 20: | ||
</ | </ | ||
- | Restart '' | + | Restart '' |
< | < | ||
sudo service autofs restart | sudo service autofs restart | ||
Line 26: | Line 26: | ||
</ | </ | ||
- | If there are no errors in the status | + | Now that we have the client configured to auto mount our NFS filesystem, we can create and configure ownership |
+ | < | ||
+ | cd / | ||
+ | sudo mkdir / | ||
+ | sudo chown -R kevin:kevin kevin | ||
+ | sudo chmod -R 750 kevin | ||
+ | sudo mkdir / | ||
+ | sudo chown -R olive:olive olive | ||
+ | sudo chmod -R 750 olive | ||
+ | sudo mkdir / | ||
+ | sudo chown -R tom:tom tom | ||
+ | sudo chmod -R 750 tom | ||
+ | </ | ||
+ | |||
+ | Test authentication using ''su - kevin'' | ||
+ | < | ||
+ | su - kevin | ||
+ | Password: | ||
+ | kevin@cls-kvm2: | ||
+ | </ | ||
+ | |||
+ | You can confirm your home directory location using the '' | ||
+ | < | ||
+ | kevin@cls-kvm2: | ||
+ | / | ||
+ | kevin@cls-kvm2: | ||
+ | </ | ||
+ | |||
+ | This completes |
classes/la_slapd_l4.1481860207.txt.gz · Last modified: 2016/12/15 19:50 by curry_searle