I’m on MacOS 13.5 on a Macbook. On the first login screen after turning my computer on (which I think it’s for FileVault), a local admin user shows up (which I have the password to). I can login here, but then afterwards a new login screen shows up where this user is not there, only my Mobile account (connected to my org’s AD).
This user was supposedly hidden some time ago with a command like this:
sudo defaults write /Library/Preferences/com.apple.loginwindow HiddenUsersList -array-add username
I can’t ‘su’ into this account or use it whenever an admin prompt shows up from my Mobile account. Any tips? Any way to log into it? Can’t even click on “Other” and login from the Login Screen.
The user shows up fine if I run this command from my mobile account:
dscacheutil -q user | grep -A 3 -B 2 -e uid:\ 5'[0-9][0-9]'
Thanks.