I'm running Ubuntu 15.10. (Gnome edition)
I want to access a Windows print queue that is on a different local network but it does not show up in the list when I try to add a new printer. I've noticed that the search field is only for filtering, not for specifying the url. Add a new printer
I have also tried to add the print queue by using CUPS (http://127.0.0.1:631/). There I can add a new Samba printer and specify the url smb://username@print.mycompany.net/printqueue_ps
The problem is that I never get prompted for my password. I only get an error saying:
held since
Mon 15 Feb 2016 01:54:32 PM CET
"Session setup failed: NT_STATUS_LOGON_FAILURE"
I have seen a proposed solutions that feels a bit too hack-ish, where I'm supposed to store my password in plain text in some file somewhere. Of course I don't want to do that.
From command line I can print to the print queue using smbclient. And then I'm correctly prompted for my password, just like I want.
smbclient -U domain/username //print.mycompany.net/printqueue_ps -c "print some_file.txt"
If you look at the old way of adding a printer: How do I add printers from a windows print server Where did those settings end up? Can I do the same setup manually in some configuration file somewhere?
Thank you!