linux_wiki:configure_a_system_to_use_an_existing_authentication_service_for_user_and_group_information

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux_wiki:configure_a_system_to_use_an_existing_authentication_service_for_user_and_group_information [2018/03/20 23:37]
billdozor [AutoFS and NFS Share]
linux_wiki:configure_a_system_to_use_an_existing_authentication_service_for_user_and_group_information [2018/04/29 23:05]
billdozor [AutoFS and NFS Share]
Line 155: Line 155:
 </code> </code>
   * "*" is assigned the directory that is accessed. If someone tried to access "/home/users/luke", the "*" value is "luke".   * "*" is assigned the directory that is accessed. If someone tried to access "/home/users/luke", the "*" value is "luke".
-  * The "&" in the remote server line is replaced by the key in the first column (*). So if someone accesses "/home/users/luke", the remote system gets an access attempt to "/nfsshare/luke"+  * The "&" in the remote server line is replaced by the key in the first column (*). So if someone accesses "/home/users/luke", the remote system (myserver.com) gets an access attempt to "/nfsshare/luke"
  
 \\ \\
 Ensure autofs is started and enabled at boot Ensure autofs is started and enabled at boot
 <code bash> <code bash>
-systemctl start autofs && systemctl enable autofs+systemctl start autofs 
 +systemctl enable autofs
 </code> </code>
  
 ---- ----
  
  • linux_wiki/configure_a_system_to_use_an_existing_authentication_service_for_user_and_group_information.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)