Hello all,
I have a problem with Samba :
I have a Samba file server working with Linux. the shared file are used from w2k
workstation.
>From the w2k workstation, it is impossible to modify the read/write
attribute of a file.
>From a windows Explorer, it is possible to set a file from read only to
read/write, but it is impossible (no effect and no error message) to set a file
from read/write to read only status.
Can anyone help me?
Regards,
jml
_____________________________________
[global]
        nt acl support = yes
        netbios name = MY_PC
        ldap ssl = no
        idmap gid = 10000-20000
        admin users = GROUP+"Admins"
        idmap uid = 10000-20000
        idmap gid = 10000-20000
        winbind uid = 10000-20000
        winbind gid = 10000-20000
        template homedir = /usr/local/samba/winnt/%D/%U
        workgroup = MY_GROUP
        encrypt passwords = yes
        realm = GROUPE.FR
        security = ADS
        winbind separator = +
        winbind use default domain = yes
        template shell = /bin/bash
        #Samba access security
        security mask = 0777
        force security mode = 0
        force directory security mode = 0
        case sensitive = no
[PARTAGE]
        path = /Data/Partage
        browseable = yes
        writeable = yes