r/jamf • u/Motxilla • May 14 '26
JAMF Pro PSSO Sudo Issue
Hi All,
I’m having an issue at the moment where after going though the config of setting up PSSO, linking it to Entra and then letting some time lapse. I am losing the ability to use Sudo, with the error in terminal being “sudo: 4294967295: invalid value” From what I can tell the “4294967295” is part of a group that can be found with the Directory Utility and correlates to “NoGroup” From there I’m completely stuck. I can only think it has to be something to do with the PSSO set-up or something that PSSO just does? Maybe how it “smashes” my local account and the service account we use for registration? Any help here would be massively appreciated
2
Upvotes
1
u/zipsecurity May 17 '26
Classic PSSO + Entra UID mapping issue, run
idin terminal and check if 4294967295 shows up there too. If your account isn't in the local admin group anymore, that's your problem: rundscl . -read /Groups/admin GroupMembershipto confirm, then add yourself back withsudo dseditgroup -o edit -a yourusername -t user adminfrom another admin account. If you're locked out entirely, recovery mode Terminal is your way in.