Solution: with CUPS webform, adding printer and specifying login guest for printing without a password in a windowish printer.
Let's consider a common situation: we have winXP computer with network address 192.168.1.1, it has network shared printer LaserJet 1200 visible by SAMBA with name HPLaserJ. From another windows machines all printed without problems, but from Linux machine with CUPS when you attempt to print something you getting error.
Connection failed with error NT_STATUS_ACCESS_DENIED
If you attempt to print on it via IPP, you get:
Unable to connect to SAMBA host, will retry in 60 seconds...foomatic-rip version $Revision$ running...
There is no password on shared printer in windows -- it is empty.
Solve of this puzzle is ridiculously simple. Just add in CUPS webform new printer, choose "Windows printer via Samba", and in address field write:
smb://guest@192.168.1.1/HPLaserJ
And that's all! Printing without a problems!
Original post is HERE
It's incredible that in huge and pretty goofy CUPS documentation this useful example is missing.
In KDE applications you ought to choose local printing address 127.0.0.1:631.
Incoming search terms:
- nt_status_access_denied printer (30)
- nt_status_access_denied (18)
- print from linux to windows (16)
- printing from linux to windows shared printer (15)
- linux print to windows printer (13)
- linux print to windows shared printer (12)
- linux to windows printing (12)
- cups NT_STATUS_ACCESS_DENIED (11)
- linux printing windows printing (9)
- printer nt_status_access_denied (6)
