From your message, I'm not totally certain at which point you're getting the access denied message, but make sure that /home/spool is world-writable. If the access denied message occurs while running the add printer wizard (the [print$] share), make sure that the user has the privilege to run the wizard.
http://us3.samba.org/samba/docs/man/Samba-HOWTO-Collection/NetCommand.html#id364498
A good print server howto using CUPS available at:
http://blog.aplpi.com/index.php/2007/03/

Dale

samba-list wrote:
Still having trouble with the printers.
I can browse the printers, but after running through the "Add printer"
wizard the status of the printer is "Access denied" :-(

Her is my printers section:

[printers]
        comment = Network Printers
        printer admin = @"Print Operators"
        guest ok = yes
        printable = yes
        path = /home/spool/
        browseable = No
        read only  = Yes
        print command = /usr/bin/lpr -P%p -r %s
        lpq command = /usr/bin/lpq -P%p
        lprm command = /usr/bin/lprm -P%p %j
        # print command = /usr/bin/lpr [EMAIL PROTECTED] -P%p -r %s
        # lpq command = /usr/bin/lpq [EMAIL PROTECTED] -P%p
        # lprm command = /usr/bin/lprm [EMAIL PROTECTED] -P%p %j
        # lppause command = /usr/sbin/lpc [EMAIL PROTECTED] hold %p %j
        # lpresume command = /usr/sbin/lpc [EMAIL PROTECTED] release %p %j
        # queuepause command = /usr/sbin/lpc [EMAIL PROTECTED] stop %p
        # queueresume command = /usr/sbin/lpc [EMAIL PROTECTED] start %p

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to