Hello everyone,
I have a centos 5.2 with samba 3.028 configured and bined to an Active Directory server.
It works as it should except for 1 thing, the shares are not allowing the write list groups to write on them.
This is an example of a share:
Code:
[dropbox]
comment = ramdom stuff
path = /filer/IT/dropbox
guest ok = no
map to guest = bad user
read only = yes
browsable = yes
create mask = 0660
create directory mask = 0770
map acl inherit = yes
hide dot files = yes
write list =@it-tech
Code:
[root@filer /]# ll -r filer/IT/
total 4
drwxrwx--x 2 root it-tech 4096 Mar 9 13:50 dropbox
Now the it-tech group of the Active Directory is valid and it can access the filesystem without problems, any user of that group can actually read and write on that specific folder but if access through a windows box within the domain, I can read but I cannot write.
Ideas anyone?
Thanks in advanced.