Need Help with authentication Problem

pipitas k1pfeifle at gmx.net
Tue Dec 21 13:18:50 PST 2004


john Carter wrote:

> I have an XP machine that I want to print to an Epson on my Linux FC3
> machine.  When the XP sets up the internet printer the last page
> requires a login or anonymous user.  Nothing can get me past that
> authentication page.  Anonymous user does not work and even the root
> user does not work.
> 
> My cups setup on Linux is as follows:
> <Location /printers/Epson>
> Order Deny,Allow
> Deny From All
> Allow From 127.0.0.1, 192.168.0.101

Change the last line into 2 separate ones:

  Allow From 127.0.0.1
  Allow From 192.168.0.101

and try again.

Cheers,
Kurt




More information about the cups mailing list