DigitalTrickster n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 19 Sep 2004 Posts: 4
|
Posted: Thu Nov 04, 2004 3:06 am Post subject: Cups isn't using correct URI's(solved) |
|
|
I have a printer being shared on a Windows XP machine. I've had cups set up for printing before but recently something broke it. I've narrowed the problem down to cups using the uri
smb://DAEDALUS/printerv
instead of
smb://justin:password@DAEDALUS/printerv
My printer.conf in /etc/cups is below, it does have the correct URI and I have tried restarting samba and cupsd. I'm using cups 1.1.22.
Code: |
<DefaultPrinter Daedalus>
Info XP Samba
Location Home
DeviceURI smb://justin:password@DAEDALUS/printerv
State Idle
Accepting Yes
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
</Printer>
|
I've done packet captures and the user name sent is definitely ANONYMOUS. I'm fresh out of ideas
Edit: I downgraded to 1.1.20-r5 and that resolved the issue. |
|