Hello,
I've downloaded the mountNetworkShare.sh and set it up as a login policy for users but it doesn't seem to be mounting the share so I checked the logs and it seems to run without failing, this is the log message:
***
Executing Policy Map MacShares...
Running script mountNetworkShare.sh...
Script exit code: 0
Script result: Volume name will be created as Students... Removing Empty Directory: /Volumes/Stuents... Attempting to mount afp dsc-macsrv/Students using test2008's kerberos ticket... - 206 com.jamfsoftware.mapdrive.Students Unloading com.jamfsoftware.mapdrive.Students... Loading com.jamfsoftware.mapdrive.Students...
***
These are the variables I've set
# HARDCODED VALUES SET HERE
shareUsername="$3"
authType="kerberos"
password=""
mountType="afp"
share='afp://dsc-macsrv/Students'
I am currently using Casper 9.12 and my mac labs are running OSX 10.8.5
Has anyone come across this issue and found a solution to it?
Any help would be greatly appreciated