Ok this one is either really simple or very complicated.
Here is the deal I have some mp3s and some videos on my machine (Running Slackware 10.2 and samba 3.0.20b.
Here is the extract of the smb.conf about the directoreies
Code:
[music]
path= /stuff/music
public=yes
writable=no
browsable=yes
create mask=0744
[videos]
path= /home/mago/ad
public=yes
writable=no
browsable=yes
create mask=0744
This is what the ls -l shows with those two directories:
Code:
drwxr-xr-x 19 mago users 624 2005-06-15 12:07 music
Code:
drwxr-xr-x 2 mago users 4.0K 2005-12-22 13:17 ad
OK Mago is obviously the owner, now I have two users added to smbpasswd that belong to users as well but they cannot access the videos, not even browse the directory. The weird thing is that they have no problem with the music.
Can someone help me out here?, as far as I checked everything is the same.
Thanks a bunch