Let's say you have two machines, A & B. Machine A has user's home
directories. Machine B has the following in /etc/auto_home:
# Home directory map for automounter
#
tom machineA:/export/home/&
* machineA:/export/home/&
harry machineA:/export/home/&
Now, each time you add a new user, you have to remember to update this file.
Is it possible to do something like:
* machineA:/export/home/&
Is there any security hazard in doing so?