Description of problem: I am trying to use samba to share a CUPS print queue over SMB. Version-Release number of selected component (if applicable): samba-3.6.3-78.fc16.x86_64 How reproducible: 100% Steps to Reproduce: 1.First, connect a printer and print a test page. 2.Install samba. 3.smbpasswd -a twaugh (and set a password) 4.Now test whether samba can accept jobs. From the command line: $ smbclient //mymachine/Epson-Stylus-D78 -U twaugh (enter password) smb: \> print /etc/fstab Actual results: NT_STATUS_ACCESS_DENIED opening remote file fstab-6144 Expected results: File sent to print queue. Additional info: Also fails if "guest ok = yes" is set in [printers], and when connecting as a guest i.e. using -N.
Resolved by Andreas Schneider since 2012-10-08 11:46:16 UTC See https://bugzilla.samba.org/show_bug.cgi?id=8769