Odd question about CUPS



I have a cups server that has been working perfectly for several years. Recently my Debian and Macbooks (Firefox only) where all upgraded and now the printer does not work for the macbooks.

Here's the CUPS error entry:
cupsdAuthorize: No authentication data provided


here's the fun part.
It works perfectly from MS Word on Mac and OpenOffice on Mac.
It doesn't work for FireFox, Thunderbird or Preview (Apple PDF).

Because of the OpenOffice and Word I was thinking that this is not a problem with the printer configuration and that it might be a problem with recent upgrades to FireFox. Except my wife, who did not upgrade FireFox has the same problem.

Add to that the fact that the Preview can't print either (not upgraded).

I'm currenlty, because of the error, of the opinion that my Debian printer server has taken a turn for the worse.

I have no authentication that I recall adding.
There is something that might be new - CUPS-Authenticate-Jobs that I'm not familiar with.

But if this is server related -- how does OpenOffice and MS Word get around this? I'm really in a jamb here because I *need* my printer for college.

This is the configuration entries:
LogLevel debug
SystemGroup lpadmin
Port 631
Listen /var/run/cups/cups.sock
Browsing On
BrowseOrder allow,deny
BrowseAllow @LOCAL
DefaultAuthType Basic
<Location />
Order allow,deny
Allow localhost
Allow 192.168.1.*
</Location>
<Location /admin>
Order allow,deny
Allow localhost
</Location>
<Location /admin/conf>
Order allow,deny
Allow localhost
</Location>
<Policy default>
<Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job CUPS-Move-Job>
Require user @OWNER @SYSTEM
Order deny,allow
</Limit>
<Limit Pause-Printer Resume-Printer Set-Printer-Attributes Enable-Printer Disable-Printer Pause-Printer-After-Current-Job Hold-New-Jobs Release-Held-New-Jobs Deactivate-Printer Activate-Printer Restart-Printer Shutdown-Printer Startup-Printer Promote-Job Schedule-Job-After CUPS-Add-Printer CUPS-Delete-Printer CUPS-Add-Class CUPS-Delete-Class CUPS-Accept-Jobs CUPS-Reject-Jobs CUPS-Set-Default>
AuthType Basic
Require user @SYSTEM
Order deny,allow
</Limit>
<Limit Cancel-Job CUPS-Authenticate-Job>
Require user @OWNER @SYSTEM
Order deny,allow
</Limit>
<Limit All>
Order deny,allow
</Limit>
</Policy>
Printcap /var/run/cups/printcap


--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx



Relevant Pages

  • Re: Odd question about CUPS
    ... now the printer does not work for the macbooks. ... Here's the CUPS error entry: ... It doesn't work for FireFox, ... with recent upgrades to FireFox. ...
    (Debian-User)
  • Re: howto use https in favour of http
    ... Most applications such as Firefox can't even do this. ... It is up to the server operator to configure the services on the server end ... servers on port 25 do not use HTTP or HTTPS, ... bring up the NoScript Options panel. ...
    (freebsd-questions)
  • RE: FreeBSD Security Survey
    ... Subject: FreeBSD Security Survey ... queries to this server to the NAS only. ... people have at least had this problem with version upgrades ...
    (freebsd-questions)
  • Problem with some Pages? - Re: More piccies
    ... >> in Firefox, Biffo. ... Yep, or to be more exact, what the *Browser* is seeing in the HTML ... the same Server, which just happened to have a single Character ... the Pages/Pics using BackSlashes or ForwardSlashes! ...
    (uk.people.silversurfers)
  • Interesting browser/site/proxy interaction. FT.com/Squid
    ... This machine happens to be a legacy WIN98SE machine running IE6 aned Firefox. ... We are *all* configured to use the SQUID proxy on a Debian Linux box that acts as a file server and DNS cache and proxy cache. ... Anyway, if you have odd timeout behaviour access *certain* files through a proxy server, and no problems when accessing natively, try upgrading SQUID. ...
    (comp.os.linux.misc)

Loading