Has anyone else run into the result "Illegal Instruction: 4" when attempting to grant secure tokens? I know this was working last week because I tested it successfully several times before working it into our FileVault user enablement script for 10.13+ Macs.
The command that's returning the Illegal Instruction result is:
sudo sysadminctl -adminUser <AdminAcct> -adminPassword <AdminPWD> -secureTokenOn <TargetAcct> -password <TargetAcctPWD>
Earlier when run this would take the credentials from our hidden management account (which DOES have a secureToken) and use them to grant a secureToken to the new account.
I'm wondering if the security updates last week affected this functionality.