Anonim / 2 years, 1 month ago | Download | Plaintext | Odpowiedz |

 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
43
44
45
46
47
[global]
    # replace "toltec" with your system's hostname

    netbios name = szenbor

    # replace "METRAN" with the name of your workgroup

    workgroup = Dom

    security = share
    encrypt passwords = true

    # Run a WINS server

    wins support = yes

    # The following three lines ensure that the Samba
    # server will maintain the role of master browser.
    # Make sure no other Samba server has its OS level
    # set higher than it is here.

    local master = yes
    preferred master = yes
    os level = 65

# Make home directories on the server available to users.
#
#[homes]
#    comment = %u's Home Directory
#    browsable = no
#    read only = no
#    map archive = yes

# This is a shared directory, accessible by all
# users. Use your own share name and path.

[backup]
    path = /mnt/stuff/backup
    create mask = 0700
    read only = no
    guest ok = yes

[stuff]
    path = /mnt/stuff
    create mask = 0700
    read only = no
    guest ok = yes