Local admin password change

Reyn007
New Contributor

Hi,

I am new in Jamf and getting an error when I'm resetting the local admin password via script

Error:

Script result: 2022-04-26 08:31:18.383 sysadminctl[6358:54084] resetting password for Admin. (Keychain will not be updated!)
2022-04-26 08:31:18.415 sysadminctl[6358:54084] SystemConfiguration commitChanges failed.

 

Command use

#!/bin/sh

sudo sysadminctl -adminUser adminUserHere -adminPassword adminPasswordHere -resetPasswordFor userToBeResetHere -newPassword newUserPasswordHere

exit 0

 

2 REPLIES 2

Lunar
New Contributor

I have the same issue. @Reyn007 have you found any workaround?

Experts!! please respond to this thread.

Thank you.

markopolo
Contributor

Yeah, what does this error "SystemConfiguration commitChanges failed" mean exactly? Has anyone figured this out yet?