CrashPlan pulling Casper account for user when deployed though remote. Any help would be appreciated
userinfo has the following command as dictated in the document provided at
http://www.jamfsoftware.com/libraries/pdf/white_papers/Administering-CrashPlan-PROe-with-the-Casper-Suite.pdf
P_USER_HOME="$HOME"
user='last -1 | awk '{print $1}'`
userGroup=id -gn "$user"
CP_USER_NAME="$user"
