Bug 1728452
| Summary: | Authentication problem in SMB printing | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Stephen So <steve8988> |
| Component: | cups | Assignee: | Zdenek Dohnal <zdohnal> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 30 | CC: | twaugh, zdohnal |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-09-18 13:52:20 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Stephen So
2019-07-10 02:13:36 UTC
Hi Stephen, thank you for reporting the issue! Would you mind trying to set up smb printer by CUPS web ui on localhost:631, so that we can leave out possible problem in system-config-printer. Plus please provide cups logs as it is instructed in https://fedoraproject.org/wiki/How_to_debug_printing_problems#How_to_get_and_attach_logs_for_bug_report when you add the printer and when you try to print (3 different log files). Thank you! Sorry, it's been a bit busy lately so when I find a chance, I will provided the request info. Out of interest, the same issue has been reported in this bug: https://bugzilla.redhat.com/show_bug.cgi?id=1700791 Stephen, would you mind trying to set up the printer by lpadmin command too? You can find if your printer model has a support in Linux at http://www.openprinting.org/printers , then list your current installed drivers by 'lpinfo -l -m' and use the value of 'name' in lpadmin command. Or just use -o raw. Like (you can see if ): $ sudo lpadmin -p <print_queue_name> -v smb://<username>:<password>@<hostname>/<print_queue_name> -m <your_model> -o auth-info-required=username,password -E and see if you need to authenticate after that. *** This bug has been marked as a duplicate of bug 1743756 *** It seems samba backend now accepts this scheme when you want to authenticate: smb://<WORKGROUP>/<username>:<password>@<hostname_or_ip>/<printer_samba_share> system-config-printer is now corrected to indicate the new scheme and use it. It seems the issue has been fixed with the latest updates (of samba?). |