Comment Re:Mobile Home Directory (Score 1) 421
I'm curious as to how you sync the Mac's on login/logout.
Are you using LoginHook/LogoutHook or .bash_login/.bash_logout and are you doing it interactively?
I'm new to the mac and coming from windows and linux environments had setup such syncs using the Group Policy Editor's login/logout scripts and plain .bash_login/.bash_logout scripts respectively. This allowed me to interact with said scripts so that I could inspect any output/conflicts. I can't however, figure out how to do this on the Mac. I've only been able to run the scripts with no ouput/interaction if I use the LoginHook/LogoutHook or have to manually startup/shutdown a terminal window.