Subversion Repositories configs

Rev

Rev 195 | Rev 199 | Go to most recent revision | 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
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
197 - 17
	log file = /var/log/samba/log.%m
18
	log level = 3 passdb:5 auth:5
19
	min protocol = CORE
192 - 20
 
21
 
22
[uwe]
23
   comment = uwe
24
   path = /data4/uwe
25
   valid users = uwe
26
   read only = No
27
 
28
[andrea]
29
   comment = andrea
195 - 30
   path = /data6/andrea
192 - 31
   valid users = andrea, uwe
32
   read only = No
33
 
34
[shared]
35
   comment = Shared Area
36
   path = /data2/shared
37
   valid users = uwe, andrea, kevin, michelle
38
   read only = No
39
   create mask = 0770
40
   directory mask = 770
41
   force create mode = 0770
42
   force group = users
43
 
44
[dvds]
45
   comment = DVDs
46
   path = /data3/Movies/dvd
47
   valid users = uwe, andrea, kevin, michelle
48
   read only = No
49
   create mask = 0770
50
   directory mask = 770
51
   force create mode = 0770
52
   force group = users
53
 
54
[HTML]
55
   comment = Homeserver HTML
56
   path = /var/www
197 - 57
   valid users = apache, uwe
192 - 58
   read only = No
59
   create mask = 0770
60
   directory mask = 770
61
   force create mode = 0770
62
   force user = apache
63
   force group = apache
64
 
65
[music]
66
   comment = Music Library
67
   path = /data5/music
68
   valid users = uwe, andrea, kevin, michelle
69
   read only = No
70
   create mask = 0770
71
   directory mask = 770
72
   force create mode = 0770
73
   force group = users
74