|
-
March 21st, 2003, 12:22 AM
#7
This is not to knock on SWAT, but I think if it's your first time you should configure the shares yourself. SWAT may be nice but you don't learn a damn thing. Such as the veto files issue I had when I installed the Office XP Pro CD on my server. Therefore I am going to show you a sample of my samba.conf. I removed all the comments from my server because I do not believe in them, in my httpd.conf however I do have comments to remember WTF I did. Notice on the veto files I took out the riched.dll because whatever is in the veto files, is hidden even though it is really there. It's a protection against some viruses.
Also make sure that you have permission to read and write to the files on the linux server. If samba was not configured properly in the beginning you may have odd permissions.
[global]
unix extensions = yes
client code page = 850
character set = ISO8859-15
socket options = SO_KEEPALIVE IPTOS_LOWDELAY TCP_NODELAY
workgroup = Bigknight
os level = 2
null passwords = yes
printcap name = CUPS
encrypt passwords = yes
time server = yes
veto files = /*.eml/*.nws/*.{*}/
wins support = no
[homes]
comment = Home Directories
valid users = %S
browseable = no
writeable = yes
create mask = 0640
directory mask = 0750
[samba]
writeable = yes
path = /data1
create mask = 0640
comment = Samba
directory mask = 0750
guests = yes
public = yes
[data]
path = /data1/data
writeable = yes
browseable = yes
guests = no
public = yes
[zipfiles]
browseable = yes
valid users = louie
writeable = yes
guests = no
public = yes
path = /data1/zipfiles
[mp3]
path = /data1/mp3
writeable = yes
browseable = yes
guests = no
public = yes
[pics]
browseable = yes
valid users = louie
writeable = yes
guests = no
public = yes
path = /data1/movies
 You\'re either a 0 or a 1, alive or dead
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|