So we have our fleet of printers being deployed using Self Service using lpadmin and some other dmg files being pushed out.
I have noticed a bizarre occurrence with a couple of OSX Users (Both on 10.10 I believe). We recently upgraded out print server and had a Cname dns entry pointed to it. Once the upgrade was complete we pointed the CName to the new server.
A couple users cannot print and get a "Hold for Authentication" which we normal fix by simply running:
sudo sh -c 'echo "Sandboxing Relaxed" >> /etc/cups/cups-files.conf'
sudo launchctl stop org.cups.cupsd
sudo cupsctl DefaultAuthType=Negotiate
I found out that if I use the servers FQDN when connecting, instead of the DNS CName, it works fine and without issue. So there is something screwy going on here and I am not quite sure what it is.
Any ideas?
