• We have a user who had their printing preferences unlocked with these commands:
/usr/bin/security authorizationdb read system.preferences.printing > /tmp/system.preferences.printing.plist
/usr/bin/defaults write /tmp/system.preferences.printing.plist group everyone
/usr/bin/security authorizationdb write system.preferences.printing < /tmp/system.preferences.printing.plist
• The site that provided the information said this command would also be needed but it comes back with an error
/usr/sbin/dseditgroup -o edit -n /Local/Default -a “everyone” -t group lpadmin
• When the user attempts to view the printer preferences; they’re met with this error. •

