So I opened a ticket with AppleCare and they gave me a lpadmin command that changes from username/password to negotiate, but I have to specify a printer each time I want to use it. Is there a way to have it do every printer installed on the users machine to fix the existing ones? And is it possible to change the casper definitions so it comes down on new definition installs? We have over nearly 600 printers, so redoing each one individually doesn't sound like a fun undertaking.
the cmd is: ```
sudo lpadmin -p <printername> -o auth-info-required=negotiate
```
*Updated* Removed a space between = and negotiate *
