LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Samba + Acl (https://www.linuxquestions.org/questions/linux-general-1/samba-acl-244226/)

theDrix 10-18-2004 12:29 PM

Samba + Acl
 
Hello everyone :D
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.
:study:

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:other::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 :D
:Pengy:


All times are GMT -5. The time now is 05:06 AM.