Subversion Repositories configs

Rev

Rev 201 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
# See smb.conf.example for a more detailed config file or
2
# read the smb.conf manpage.
3
# Run 'testparm' to verify the config is correct after
4
# you modified it.
5
 
6
[global]
7
	printcap name = cups
8
	cups options = raw
9
	printing = cups
10
	load printers = yes
199 - 11
#	os level = 20
12
#	netbios name = HOMESERVER8
192 - 13
	security = user
14
	workgroup = UJSOFTWARE
15
	passdb backend = tdbsam
16
	hosts allow = 127. 10.192.25.0/24
197 - 17
	log file = /var/log/samba/log.%m
18
	log level = 3 passdb:5 auth:5
19
	min protocol = CORE
199 - 20
        server role = standalone server
21
        server string = SAMBA %v Homeserver8
192 - 22
 
23
 
201 - 24
[uwe-acronis]
192 - 25
   comment = uwe
26
   path = /data4/uwe
27
   valid users = uwe
28
   read only = No
29
 
30
[andrea]
31
   comment = andrea
195 - 32
   path = /data6/andrea
192 - 33
   valid users = andrea, uwe
34
   read only = No
35
 
209 - 36
[andrea-media]
37
   comment = andrea
38
   path = /data5/media-andrea
39
   valid users = andrea, uwe
40
   read only = No
41
 
192 - 42
[shared]
43
   comment = Shared Area
44
   path = /data2/shared
45
   valid users = uwe, andrea, kevin, michelle
46
   read only = No
47
   create mask = 0770
48
   directory mask = 770
49
   force create mode = 0770
50
   force group = users
51
 
52
[dvds]
53
   comment = DVDs
54
   path = /data3/Movies/dvd
55
   valid users = uwe, andrea, kevin, michelle
56
   read only = No
57
   create mask = 0770
58
   directory mask = 770
59
   force create mode = 0770
60
   force group = users
61
 
62
[HTML]
63
   comment = Homeserver HTML
64
   path = /var/www
199 - 65
   valid users = uwe
192 - 66
   read only = No
67
   create mask = 0770
68
   directory mask = 770
69
   force create mode = 0770
70
   force user = apache
71
   force group = apache
72
 
73
[music]
74
   comment = Music Library
75
   path = /data5/music
76
   valid users = uwe, andrea, kevin, michelle
77
   read only = No
78
   create mask = 0770
79
   directory mask = 770
80
   force create mode = 0770
81
   force group = users
82
 
200 - 83
[homes]
201 - 84
   comment = Home Directories
85
   #browseable = yes
86
   read only = no
87
   create mask = 0700
88
   directory mask = 0700
89
   valid users = %S
90
   path = /home/%u