When attempting to mount a file share like so:
jamf mount -server URL -share jamf -type smb -username casper_rw -passhash md5edpassword
-workgroup DOMAIN -verbose
I get an authentication error.
I've tried using both the management_password_md5/sha256 values returned from the API DistributionPoints object and passing the password through md5 like
echo password | md5
None of these work, so obivously I'm misunderstanding something.
It DOES work using -password instead of -passhash, FWIW. Also, there are no funky characters in the original password.
