Subversion Repositories configs

Rev

Rev 195 | Go to most recent revision | Details | 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
11
	os level = 20
12
	netbios name = HOMESERVER8
13
	security = user
14
	workgroup = UJSOFTWARE
15
	passdb backend = tdbsam
16
	hosts allow = 127. 10.192.25.0/24
17
 
18
 
19
[uwe]
20
   comment = uwe
21
   path = /data4/uwe
22
   valid users = uwe
23
   read only = No
24
 
25
[andrea]
26
   comment = andrea
27
   path = /data/andrea
28
   valid users = andrea, uwe
29
   read only = No
30
 
31
[shared]
32
   comment = Shared Area
33
   path = /data2/shared
34
   valid users = uwe, andrea, kevin, michelle
35
   read only = No
36
   create mask = 0770
37
   directory mask = 770
38
   force create mode = 0770
39
   force group = users
40
 
41
[dvds]
42
   comment = DVDs
43
   path = /data3/Movies/dvd
44
   valid users = uwe, andrea, kevin, michelle
45
   read only = No
46
   create mask = 0770
47
   directory mask = 770
48
   force create mode = 0770
49
   force group = users
50
 
51
[HTML]
52
   comment = Homeserver HTML
53
   path = /var/www
54
   valid users = uwe
55
   read only = No
56
   create mask = 0770
57
   directory mask = 770
58
   force create mode = 0770
59
   force user = apache
60
   force group = apache
61
 
62
[music]
63
   comment = Music Library
64
   path = /data5/music
65
   valid users = uwe, andrea, kevin, michelle
66
   read only = No
67
   create mask = 0770
68
   directory mask = 770
69
   force create mode = 0770
70
   force group = users
71