Skip to main content
Question

Local admin password change

  • April 26, 2022
  • 2 replies
  • 18 views

Forum|alt.badge.img+2

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

Forum|alt.badge.img+3
  • New Contributor
  • 2 replies
  • June 15, 2022

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

Experts!! please respond to this thread.

Thank you.


markopolo
Forum|alt.badge.img+8
  • Contributor
  • 57 replies
  • September 2, 2022

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