Displaying 1 result from an estimated 1 matches for "printer_4100".
2009 Feb 23
1
Samba ignores printer options when printing via CUPS
...create mask = 0700
use client driver = no
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
browseable = yes
read only = yes
guest ok = no
write list = root, @admingroup
Ran the commands to import CUPS printers into samba
cupsaddsmb -U Administrator -v printer_4100
cupsaddsmb -U Administrator -v printer_4250
Let samba know that Administrator and our admin group have printer
rights
net -U Administrator rpc rights grant Administrator SePrintOperatorPrivilege
net -U Administrator rpc rights grant admingroup SePrintOperatorPrivilege
Navigated to our pr...