TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Samba



I am trying to get my windows machine to connect to Linux via SMB.  I have 
done this before but have had to reload Linux.  I can't seem to remember 
all the settings.  Here is my smb.conf file.  Could anyone see what I am 
missing.

Thank you
John MIller

[global]
	workgroup = DBX
	encrypt passwords = Yes
  	log file = /usr/local/samba/log%m
	path = /video
	hosts allow = 192.168.0.

[john]
	comment = Home Directories
	read only = No
	create mask = 0770
	guest ok = Yes