GNOME Bugzilla – Bug 168989
printer properties do not show smb username/password
Last modified: 2009-04-30 05:38:23 UTC
Please describe the problem: Adding a SMB printer with gnome-cups-add works fine, but gnome-cups-manager does not show the username and password in the connection properties. Even if /etc/cups/printers.conf has "DeviceURI smb://user:pass@host/printername" (set up correctly by g-c-add), gnome_cups_printer_get_uri(printer) always only returns "smb://host/printername", i. e. strips username and password. Thus I assume this is a problem in an underlying library. For the record, this is also being tracked at https://bugzilla.ubuntulinux.org/show_bug.cgi?id=1369 Thanks in advance! Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
known. the cups url parser does not handle smb://user:pass/share We need to write something custom.
Also tracking this in Debian at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=278434.
Moving all gnome-cups-manager bugs to new product. Filter on Kjartan's spring cleaning.
Let's close this, nobody uses g-c-m any more, and it's unmaintained.