Konica Minolta Bizhub C368 SMB Authentication Issue

svpy5jrv3nh1rnoymt4gd1v8fge5r3th69h9yv6i0uob5345mwfxks8vqxj23jc5@bbqporkmccity.com Tue, 12 Mar 2024 19:58:28 +0900
Newsgroups dev.linux.lists.printing-users
Message-ID <[email protected]>
Hello,


I am trying to print to a Konica Minolta Bizhub C368 that is shared over 
a Active Directory joined Windows Server with AD user authentication. I 
am able to successfully print a test page if I directly connect to the 
socket://<C368 IP address>:9100 with the following settings in the "User 
Authentication" tab:

User Authentication: 	MFP
Authentication Server: 	1
Username: 	Custom
Name: 	Public
Password: 	None

However, if I update the URL to 
`smb://DOMAIN%5CUSER:Pa%24%24w0rd@printserver/C368`, I am not able to print.

/etc/cups/printers.conf

# Printer configuration file for CUPS v2.4.7
# Written by cupsd
# DO NOT EDIT THIS FILE WHEN CUPSD IS RUNNING
NextPrinterId 25
<Printer C368>
PrinterId 24
UUID urn:uuid:c13b563e-fed7-3165-5568-bbe765504b9a
AuthInfoRequired username,password
Info
Location PrintRoom
MakeModel KONICA MINOLTA C368SeriesPS(P) BEU v1.4
DeviceURI smb://DOMAIN%5CUSER:Pa%24%24w0rd@printserver/C368
State Idle
StateTime 1710220801
ConfigTime 1710220962
Type 8401100
Accepting Yes
Shared No
JobSheets none none
QuotaPeriod 0
PageLimit 0
KLimit 0
OpPolicy default
ErrorPolicy stop-printer
Attribute marker-colors 
\#00FFFF,#FF00FF,#FFFF00,#000000,none,none,none,none,none,none,none,none,none
Attribute marker-levels 73,25,71,96,-1,-1,-1,-1,-1,-1,-1,-1,-1
Attribute marker-names Toner (Cyan),Toner (Magenta),Toner (Yellow),Toner 
(Black),,,,,,,,,Waste Toner Box
Attribute marker-types 
toner,toner,toner,toner,unknown,unknown,unknown,unknown,unknown,unknown,unknown,unknown,waste-toner
Attribute marker-change-time 1710220279
</Printer>


Following status is shown:

ID	Name	User	Size	Pages	State	Control
C368-201    	Unknown  	Withheld  	179k  	Unknown  	held since
Tue 12 Mar 2024 02:19:52 PM JST  	Held for authentication.

then the job disappears as if it printed successfully.

Why is the status "Held for authentication"? I have already entered the 
credentials in the URL and the "User Authentication" tab. Any guidance 
on how to solve this issue is welcome. Thank you.