AuthInfoRequired cups overwrites

My problem is basically identical to the following:

http://bbs.archlinux.org/viewtopic.php?id=61826

Put simply, I have a machine in ubuntu trying to connect to another ubuntu machine via a network in order to use the printer attached. There is no problem printing until I restart the guest machine. Immediately it overwrites the printers.conf file (under /etc/cups/printers.conf).
It always adds the same line:

AuthInfoRequired username,password

I stop cups and change it to **#**AuthInfoRequired username,password to comment out the command. Start cups. Works great ’til the next shutdown. Then it gets overwritten again.

Googling indicates it may be GTK problem and not CUPS, but I have found no permanent solution to date.

Any suggestions appreciated ….

Answer

You can do it another way too.

Just put “none” in the end of the AuthInfoRequired. It expects something like that:

AuthInfoRequired none

Attribution
Source : Link , Question Author : Community , Answer Author : faker

Leave a Comment