Ubuntu Pastebin

Paste from smb.conf at Mon, 11 May 2015 17:10:18 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
[global]
    workgroup = WORKGROUP
    netbios = YOURMACHINENAME
    server string = DESCRIPTION
    allow hosts = 192.168.1.0/24
    security = USER
    create mask = 0755
    encrypt passwords = yes
    smb passwd file = /etc/smbpasswd
    log file = /var/log/samba/log.%m

[homes]
    comment=Directory Home
    browseable= yes
    public= yes
    valid users= robhol
    create mask= 0700
    directory mask= 0700
Download as text