Posted on 08-29-2013 02:23 PM
Hi Guys,
We have like 40-50 mac minis that are setup to display a list of users at login. I would like to change these to display Name and Password instead.
I've been hunting for a script but coming up blank. Wondering if you dudes had any ideas?
Thanks
Posted on 08-29-2013 02:25 PM
It is a one line command:
defaults write /Library/Preferences/com.apple.loginwindow SHOWFULLNAME -bool true
You can either drop that into a script and call that with a policy, or simply put that in the "Run Command" box on the Advanced tab of a policy. Scope the policy to the machines you want, set it to Every15, and away you go.
Posted on 08-29-2013 02:42 PM
Its also possible to set the above as a System Level Enforced Managed Preference setting (aka MCX) so user's wouldn't be able to change it back (assuming the user was an admin) It grays the setting out in System Preferences.
its called "Display Mode" and is in the JSS MCX templates.
Posted on 08-29-2013 03:56 PM
you guys are rad, thank you!