LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Help Setting Up a Samba Print Sever (https://www.linuxquestions.org/questions/linux-newbie-8/help-setting-up-a-samba-print-sever-662967/)

Gryyphyn 08-16-2008 11:53 AM

Quote:

Originally Posted by gNguyen (Post 3248822)
Code:

[global]
[public]
path = /home/samba/public
comment = Shared folders
guest ok = yes
create mode = 0766
browseable = yes
public = yes
read only = no

[printers]
comment = All Printers
browseable = no
printable = yes
writable = no
public = yes
guest ok = yes
path = /var/spool/samba
printer admin = root

[EpsonNX400]
comment = Epson NX400
printable = yes
path = /var/spool/samba
public = yes
guest ok = yes
printer admin = root


I don't personnaly see any errors in your config, though having a second entry in smb.conf for the exact printer seems off from my config. I still suggest using cups, samba ties right in to it. My other question is this: have you set up the users for samba through smbpasswd? Working with Vista in particular you should have user account authentication through smb accounts is going to be a requirement, at least in my experience.

Gryyphyn, out.


All times are GMT -5. The time now is 09:04 PM.