diff options
Diffstat (limited to 'hosts/moyo')
| -rw-r--r-- | hosts/moyo/samba/smb.conf | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/hosts/moyo/samba/smb.conf b/hosts/moyo/samba/smb.conf index 6716277..1ca1afa 100644 --- a/hosts/moyo/samba/smb.conf +++ b/hosts/moyo/samba/smb.conf @@ -1,5 +1,8 @@ [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 @@ -8,8 +11,12 @@ max log size = 50 passdb backend = tdbsam allow insecure wide links = yes - kernel oplocks = yes + kernel oplocks = no + socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=32768 SO_SNDBUF=32768 + getwd cache = true acl allow execute always = yes + ea support = yes + store dos attributes = yes [code] comment = code |