from bug #10186: >Samba reports "Windows NT x86" by default, but can be changed to report >"Windows x64" via the (undocumented) "spoolss: architecture = <arch_string>" >smb.conf option. please NEVER add options without adding the man page at the same time.
Proposed text: Windows spoolss print clients only allow association of server-side drivers with printers when the driver architecture matches the advertised print server architecture. Samba's spoolss print server architecture can be changed using this parameter. Default: spoolss: architecture = "Windows NT x86" Example: spoolss: architecture = "Windows x64"
The text looks fine for me. Can you create a patch? ;)
Created attachment 9281 [details] "spoolss: architecture" smb.conf man page patch
Comment on attachment 9281 [details] "spoolss: architecture" smb.conf man page patch looks good, thanks a lot !
Patch works fine. Thanks. Can you add it to the 4.1 and 4.0 tree (and 3.6 if this version already had this feature, too)?
Pushed to autobuild now. Should be in all versions where spoolss:architecture exists, yes, it's in 3.6 also.
(In reply to comment #5) > Patch works fine. Thanks. > > Can you add it to the 4.1 and 4.0 tree (and 3.6 if this version already had > this feature, too)? Sorry for the delay, this fell off my todo list. Patches to follow...
Created attachment 9743 [details] patch for 4.0.next, cherry-pick from master
Created attachment 9744 [details] patch for 4.1.next, cherry-pick from master
Karolin, please add the patches to the relevant branches. Thanks!
(In reply to comment #10) > Karolin, please add the patches to the relevant branches. Thanks! Pushed to autobuild-v4-1-test and autobuild-v4-0-test.
(In reply to comment #11) > (In reply to comment #10) > > Karolin, please add the patches to the relevant branches. Thanks! > > Pushed to autobuild-v4-1-test and autobuild-v4-0-test. Pushed to v4-1-test. Re-pushed to autobuild-v4-0-test.
Pushed to both branches. Closing out bug report. Thanks!