summaryrefslogtreecommitdiffstats
path: root/samba3/smb.conf
blob: d0336edaf30ef2e5cc9032099d1ad408c70d7529 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[global]
    workgroup = MYGROUP
    netbios name = NUTYX-SERVER
    dos charset = cp850
    unix charset = UTF-8
    server string = nutyx-server
;    printcap name = /etc/printcap
    printcap name = cups
    disable spoolss = yes
    printing = cups
;    security = user
    security = share
;    load printers = yes
    log file = /var/log/samba-log.%m
;    lock directory = /var/lock/samba
[srv]
    comment = films at srv
    path = /srv
    read only = no
;[dv]
;    comment = Rushs
;    path = /mnt/Disk2/Video
;    read only = no
[printers]
    comment = All Printers
;    browseable = yes
;    browseable = Yes
    use client driver = Yes
    printable = Yes
;    public = yes
;    create mode = 0700
    guest ok = Yes
    path = /var/spool/samba
;    printer admin = root
;[hpdeskjet950C]
;    comment = HP DeskJet 930C Network Printer
;    printable = Yes
;    path = /var/spool/samba
;    public = Yes
;    guest ok = Yes
;    browseable = Yes
;    printer admin = root