Problem: User sends job to printer but under the WRONG user account! So if Tim sends a job to the papercut printer, the job shows up under Bob instead.
We have our macs printing to windows print queues. This has worked for awhile without fail until recently. Here is an example of how we add our printers on OSX:
lpadmin -p "Printer" -E -v smb://print.domain.com/Printer -m "/Library/Printers/PPDs/Contents/Resources/en.lproj/Canon iR-ADV C7200s GX400V1.0US" -L "Best Printer Ever" -o auth-info-required=negotiate -o printer-is-shared=false
This will add our printer on the mac. A logout and log back into the computer resolves the issue but I have absolutely no clue how a job sent by Tim could show up under Bob's queue.
Question for anyone reading this that's familiar with CUPS2.2.... where are printer authentication credentials stored on the mac?