Hoping someone can help me out.
I have a script in JAMF that is very simple and runs the KLIST command only.
#!/bin/bash
klist
exit 0
When run on a machine with valid kerberos ticket I get a klist: Cache not found: error. Wehn I run this script in a terminal window with sudo I get valid results. Not sure ehy running it thru JAMF is returning an error.
Thank you in advance.
