Create an smb.conf containing no [printers] section, on a machine containing CUPS printers with smbd configured for cups by default. Start smbd then connect to a printer using: smbclient //server/printername -Uuser%password smbd will crash. Caused by incorrect check for iService = -1. This is present on all Samba releases post 3.0.x (I think the change might be connected to the registry shares change). Patch to follow. Jeremy.
Created attachment 5545 [details] git am format patch for 3.5.2 and 3.4.8. Guenther please review for inclusion for 3.5.x and 3.4.x (I've already pushed to master). Jeremy.
Comment on attachment 5545 [details] git am format patch for 3.5.2 and 3.4.8. looks fine.
Karolin, please add to 3.5 and 3.4
Pushed to v3-5-test and v3-4-test. Closing out bug report. Thanks!