[Samba] Dropboxes issues

Luiz Fabiano T.I CTO (Tempo Filmes) ti at tempofilmes.com.br
Tue Nov 2 07:16:08 MDT 2010


Hi Folks,

 

                - I need to implement a share with drop-box features,  My
necessities is: Have a share for each person, the owner may be able to do
what he wants, but the others can only put files on it. For example: here I
got 3 persons from my workgroup (Maria - Carlos - Jose), I'd created the
folders and set it with "chown  owner.users" and "chmod 3770 folder "  here
is my smb.conf.  (but doesn't works as well) 

 

Thanks for advice

 

[global]

        workgroup = XXXX

        netbios name = XXXXXX-Enterprise

        server string = Servidor Enterprise XXXXXX

        interfaces = 192.168.0.1

        smb passwd file = /etc/smbpasswd

        log level = 5

        log file = /var/log/samba/log.%m

        add machine script = /usr/sbin/adduser -n -r -g workstation -c
"Samba Workstations" -d /dev/null -s /bin/false %u

        socket options = IPTOS_LOWDELAY TCP_NODELAY

        security = user

        logon script = %U.bat

        printcap name = /etc/printcap

        domain logons = Yes

        os level = 100

        preferred master = Yes

        domain master = Yes

        comment = My SMB great server

        

[personal]

        browseable = yes

        path = /HDS/MASTER/personal

        create mask = 0600

        directory mask = 0700

        write list = @users

        read list = @users

        comment = Personal Transparent Drop Box 

 

[maria]

        browseable = no

        path = /HDS/MASTER/personal/maria

        create mask = 0600

        directory mask = 0700

        write list = @users

        read list = @users

        Inherit owner = yes

        comment = Personal Transparent Drop Box of Maria

 

[carlos]

        browseable = no

        path = /HDS/MASTER/personal/carlos

        create mask = 0600

        directory mask = 0700

        write list = @users

        read list = @users

        inherit owner = yes

        comment = Personal Transparent Drop Box of Carlos

 

[jose]

        browseable = no

        path = /HDS/MASTER/personal/jose

        create mask = 0600

        directory mask = 0700

        write list = @users

        read list = @users

        inherit owner = yes

        comment = Personal Transparent Drop Box of Jose

 

 



More information about the samba mailing list