Currently have a policy set to run on logout that runs a keychain cleanup script. Script works like a charm. The issue I'm having is getting the script to run when an AD user logs out. The script works fine when I use a local admin account:
Executing Policy Keychain Remove Test...
Mounting XXXXXX.edu to /Volumes/CasperShare...
Running script keychain_remove.sh...
Script exit code: 0
Script result: Deleted
Disabled Auto Connect
But when an AD user account logs out the system fails to mount the CasperShare:
Executing Policy Keychain Remove Test...
Mounting XXXXXX.edu to /Volumes/CasperShare...
Error: Could not mount distribution point "itscasper01.uncw.edu".
Currently using AFP and I've seen suggestions to move to HTTP downloads but really haven't seen a good explanation as to why or why not to move to HTTP downloads. Anyone have any ideas?