Subversion Repositories configs

Rev

Rev 200 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

# See smb.conf.example for a more detailed config file or
# read the smb.conf manpage.
# Run 'testparm' to verify the config is correct after
# you modified it.

[global]
        printcap name = cups
        cups options = raw
        printing = cups
        load printers = yes
#       os level = 20
#       netbios name = HOMESERVER8
        security = user
        workgroup = UJSOFTWARE
        passdb backend = tdbsam
        hosts allow = 127. 10.192.25.0/24
        log file = /var/log/samba/log.%m
        log level = 3 passdb:5 auth:5
        min protocol = CORE
        server role = standalone server
        server string = SAMBA %v Homeserver8


[uwe-acronis]
   comment = uwe
   path = /data4/uwe
   valid users = uwe
   read only = No

[andrea]
   comment = andrea
   path = /data6/andrea
   valid users = andrea, uwe
   read only = No

[shared]
   comment = Shared Area
   path = /data2/shared
   valid users = uwe, andrea, kevin, michelle
   read only = No
   create mask = 0770
   directory mask = 770
   force create mode = 0770
   force group = users 

[dvds]
   comment = DVDs
   path = /data3/Movies/dvd
   valid users = uwe, andrea, kevin, michelle
   read only = No
   create mask = 0770
   directory mask = 770
   force create mode = 0770
   force group = users 

[HTML]
   comment = Homeserver HTML
   path = /var/www
   valid users = uwe
   read only = No
   create mask = 0770
   directory mask = 770
   force create mode = 0770
   force user = apache
   force group = apache

[music]
   comment = Music Library
   path = /data5/music
   valid users = uwe, andrea, kevin, michelle
   read only = No
   create mask = 0770
   directory mask = 770
   force create mode = 0770
   force group = users 

[homes]
   comment = Home Directories
   #browseable = yes
   read only = no
   create mask = 0700
   directory mask = 0700
   valid users = %S
   path = /home/%u