Hello everyone
I have a problem.
Im using Debian Woody 3.0 - Kernel 2.6... that means ACL is supported.
My fstab says samething like this:
/dev/hda2 / etx3 acl,rw, 0, 2
So... acl is supported.
I made some aditional permises and work 100%!
Now...
I have samba and im logging into samba.
Its working very well with my win2000...
I have 1 shared folder:
getfacl /home/docs
# file docs
# owner: root
# group: root
user::rwx
group::rwx
other::rwx
default:user::rwx
default:group::rwx
default
ther::rwx
but...
from my windows 2000, when Im trying to access to my shared folder says: Access Denied...
what happends?
my smb.conf says:
[global]
net bios = BIOSNAME
workgroup = DOMAIN
wins support = yes
os level = 64
preferred master = yes
domain master = yes
local master = yes
security = yes
encrypt passwords = yes
domain logons = yes
logon path =
time server = yes
logon script = logon.bat
nt acl support = yes
inherit acl = yes
[docs]
path = /home/docs/
browseable = yes
writeable = yes
What happends? Something is missing?
Thanks