If the Jamf Connect login window is not loading and other remediation steps have not worked, you can replace the authorization database by renaming the auth.db file and letting the system replace it with a default copy.
- Start the computer in Recovery Mode.
- Open the Disk Utility application and mount the System Drive.
- If the Mac is FileVault enabled, mount the data volume. The default name is MacintoshHD-Data.
- If the Mac is not FileVault enabled, find the system drive location by navigating to /Volumes in Terminal, then identifying the name of the local system drive. The default name is /Volumes/Macintosh\ HD/.
- Quit the Disk Utility application.
- From the menu bar, navigate to .
A Terminal window opens.
- Rename the authorization database file.
- If the Mac is using a default name (MacintoshHD-Data or /Volumes/Macintosh\ HD/), rename the authorization database file by executing the following
mv command: mv /Volumes/Macintosh\ HD/var/db/auth.db /Volumes/Macintosh\ HD/var/db/auth.db.bak. - If the Mac is using a custom name, rename the authorization database file by executing the following
mv command: mv /Volumes/SYSTEM_DRIVE_NAME/var/db/auth.db /Volumes/SYSTEM_DRIVE_NAME/var/db/auth.db.bak.
- Shut down and restart the computer.
The standard macOS login window displays.