[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: printing to samba



On Sat, Feb 09, 2002 at 11:23:19PM -0800, Patrick Kirk wrote:
| I got it working using the web interface of CUPS under Lynx.  Took about 4
| attempts and some mild swearing but after 5 years of using Linux its the
| first time I got it to print ;-)
| 
| Would you mind posting what you've put in smb.conf to share it?

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; /etc/smb.conf

[global]
    printing = cups
    load printers = yes

;
; A "magic" section.
;
[printers]
    comment = All Printers
    available = yes
    ; spool dir
    directory = /tmp
    printable = yes
    public = yes
    writable = yes
    create mode = 0666
    browseable = yes

    guest ok = yes
    guest account = nobody


-- 

"GUIs normally make it simple to accomplish simple actions and
impossible to accomplish complex actions."
    --Doug Gwyn  (22/Jun/91 in comp.unix.wizards)



Reply to: