blob: 8a928a031d68b432236559e690c2a7da3e3cc751 (
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
|
[global]
workgroup = AKONCITY
server min protocol = NT1
lanman auth = yes
ntlm auth = yes
map to guest = Bad User
server string = Local Samba Server
server role = standalone server
hosts allow = 192.168.1. 127.
log file = /var/log/samba/log.%m
max log size = 50
passdb backend = tdbsam
allow insecure wide links = no
kernel oplocks = yes
getwd cache = true
acl allow execute always = yes
ea support = yes
store dos attributes = yes
[samba]
comment = sharing with windows
path = /srv/nfs/samba
valid users = andrew
guest ok = no
browseable = yes
writable = yes
public = no
follow symlinks = no
wide links = no
|