classes:la_slapd_l4
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
classes:la_slapd_l4 [2016/12/15 15:30] – created 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: | ||
</ | </ | ||
+ | Now that we have the client configured to auto mount our NFS filesystem, we can create and configure ownership of the exported home directories: | ||
+ | < | ||
+ | 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 | ||
+ | Password: | ||
+ | kevin@cls-kvm2: | ||
+ | </ | ||
+ | |||
+ | You can confirm your home directory location using the '' | ||
+ | < | ||
+ | kevin@cls-kvm2: | ||
+ | / | ||
+ | kevin@cls-kvm2: | ||
+ | </ | ||
+ | |||
+ | This completes the final lesson and the full tutorial. |
classes/la_slapd_l4.1481844654.txt.gz · Last modified: 2016/12/15 15:30 (external edit)