LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   "Access Denied" to printer and directories shared via Samba (https://www.linuxquestions.org/questions/linux-networking-3/access-denied-to-printer-and-directories-shared-via-samba-15587/)

Aarstar 03-04-2002 09:00 PM

"Access Denied" to printer and directories shared via Samba
 
I can't seem to fix this problem. I have tried both user and share security and added my accounts with smbuser. Here is my smb.conf... any help is appreciated:

------------------------------------------------------------------------------------

[global]
workgroup = @home
server string = Samba Server
preferred master = yes
allow hosts = 192.168.0.0/255.255.255.0
security = share
encrypt passwords = no
printcap name = /etc/printcap
load printers = yes

[download]
comment = Files
path = /usr/FILES
public = yes
read only = no
guest ok = yes

[root]
comment = Root
path = /
public = yes
read only = no
guest ok = yes

[printers]
comment = All Printers
path = /var/spool/samba
printable = yes
read only = true
public = yes
browseable = no
writable = no

------------------------------------------------------------------------------------

Thanks,

Aarstar

twilling 03-05-2002 06:38 PM

Encrypt passwords should be yes if you are using NT or WIN2000. Plus you need to create an account in SWAT, one for root and one for a user. Also add a printer under the printer tab.


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