btw ..this is how my smb.conf looks:

[global]
       workgroup = SAMBA
       netbios name = SAMBA_FS
       server string = Samba %v on %L
       security = user
       log level = 1
       log file = /var/log/samba/smb.log
       max log size = 1000
       time server = Yes
       local master = yes
       preferred master = Yes
       os level = 65
       wins support = Yes
       hosts allow = 192.168.1.
       veto oplock files = /*.*db/*.*DB/

[data]
       comment = DATA
       path = /home/data
       valid users = @smb
       write list = @smb
       create mask = 0770
       directory mask = 0770
       veto files = /*.mp3/*.avi
       browseable = No
       map readonly = yes
       delete readonly = no
       vfs objects = recycle
       recycle:noversions = *.doc
       recycle:exclude_dir = /tmp
       recycle:exclude = *.tmp *.bak ~$*
       recycle:maxsize = 100000000
       recycle:versions = Yes
       recycle:touch = Yes
       recycle:keeptree = Yes
       recycle:repository = -trash-/%U

--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to