Login window to Name and password
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 07-19-2018 01:23 PM
I know there is an item in Config Profiles called Login Window that I can change the login screen to display Name and password instead of list of users. The problem is this payload comes with a bunch of other items in the Options, Access, and Script tabs to worry about. Is there a script I could run in a policy that changes the login window to Name and password?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 07-19-2018 01:32 PM
It looks like I found it
defaults write /Library/Preferences/com.apple.loginwindow SHOWFULLNAME -bool true

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 07-19-2018 01:32 PM
defaults write /Library/Preferences/com.apple.loginwindow SHOWFULLNAME -bool true
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on 07-19-2018 02:39 PM
I recommend building a custom profile with just the key you need.. I use the server app to start( because I'm not that smart). Then I change the change the file type to .plist in the GUI, then I edit out the keys I don't need with Xcode, change the file back, then you have to sign the profile in configurator or jamf pro with reset it to it's default when you upload...
You could build the profile from scratch if you know what your doing but I don't. : )
hope this helps!!!
C
PS Vote this up please... It a real need for all MDM admins..
https://www.jamf.com/jamf-nation/feature-requests/6281/break-up-multi-mdm-payload-gui-payloads
