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 |
workgroup = SAMBA |
8 |
security = user |
9 |
|
10 |
passdb backend = tdbsam |
11 |
|
12 |
printing = cups |
13 |
printcap name = cups |
14 |
load printers = yes |
15 |
cups options = raw |
16 |
|
17 |
[homes] |
18 |
comment = Home Directories |
19 |
valid users = %S, %D%w%S |
20 |
browseable = No |
21 |
read only = No |
22 |
inherit acls = Yes |
23 |
|
24 |
[printers] |
25 |
comment = All Printers |
26 |
path = /var/tmp |
27 |
printable = Yes |
28 |
create mask = 0600 |
29 |
browseable = No |
30 |
|
31 |
[print$] |
32 |
comment = Printer Drivers |
33 |
path = /var/lib/samba/drivers |
34 |
write list = @printadmin root |
35 |
force group = @printadmin |
36 |
create mask = 0664 |
37 |
directory mask = 0775 |