Windows to cups ipp printing

Anonymous anonymous at easysw.com
Thu May 5 07:12:58 PDT 2005


Once I try to load the driver the error log shows this...

Note the Unauthorized bit there.... Below is the relative info regarding access... according to it anyone should have access.. whats going wrong?

I [05/May/2005:08:53:05 -0500] Full reload complete.
D [05/May/2005:08:53:05 -0500] StartListening: NumListeners=1
D [05/May/2005:08:53:05 -0500] StartListening: address=00000000 port=631
D [05/May/2005:08:53:05 -0500] ResumeListening: setting input bits...
D [05/May/2005:08:53:28 -0500] AcceptClient: 5 from 192.168.5.176:631.
D [05/May/2005:08:53:28 -0500] ReadClient: 5 POST /printers/Sec4200 HTTP/1.1
D [05/May/2005:08:53:28 -0500] SendError: 5 code=401 (Unauthorized)
D [05/May/2005:08:53:28 -0500] CloseClient: 5
D [05/May/2005:08:53:28 -0500] AcceptClient: 5 from 192.168.5.176:631.
D [05/May/2005:08:53:28 -0500] ReadClient: 5 POST /printers/Sec4200 HTTP/1.1
D [05/May/2005:08:53:28 -0500] ProcessIPPRequest: 5 status_code=0
D [05/May/2005:08:53:28 -0500] CloseClient: 5
D [05/May/2005:08:54:34 -0500] AcceptClient: 5 from 192.168.5.176:631.
D [05/May/2005:08:54:34 -0500] ReadClient: 5 GET /documentation.html HTTP/1.1
D [05/May/2005:08:54:34 -0500] SendError: 5 code=304 (Not Modified)
D [05/May/2005:08:54:34 -0500] ReadClient: 5 GET /favicon.ico HTTP/1.1
D [05/May/2005:08:54:34 -0500] SendError: 5 code=404 (Not Found)
D [05/May/2005:08:54:34 -0500] CloseClient: 5

<Location /printers>
AuthType None
AuthClass Anonymous
Order Deny,Allow
Deny From All
Allow From 127.0.0.1
Allow From 192.168.5.*
</Location>




More information about the cups mailing list