I have been starting to slowly rollout printers with a script using the lpadmin command. This is to install printers (mostly Xerox) using Windows Server queues with smb://.
The "-o auth-info-required=negotiate" option doesn't seem to be working on 10.11 for us. The print jobs still are being held on "waiting for authentication"
Anyone else seeing this?
Here is the command I have started using:
lpadmin -p TEST-XEROX -E -v smb://x.x.x.x/PrinterName -P /Library/Printers/PPDs/Contents/Resources/Xerox WorkCentre 5755.gz -o auth-info-required=negotiate -o XRTrays=FourExtraTrays -o XRFinisher=OF -o XRHolePunch=True
