Actions
Bug #13787
opensmbsrv hardcodes printer name
Status:
New
Priority:
Normal
Assignee:
-
Category:
cifs - CIFS server and client
Start date:
Due date:
% Done:
0%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
While testing #13745, Toomas discovered that smbsrv hardcodes the printer name to be "Postscript". SMB printing works fine as long as thats what your cups printer is called.
From usr/src/cmd/smbsrv/smbd/smbd_spool.c, line 49:
#define SMBD_PRINTER "Postscript"
This obviously needs to be fixed.
Actions