diff options
Diffstat (limited to 'hosts/moyo/samba')
| -rw-r--r-- | hosts/moyo/samba/smb.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/hosts/moyo/samba/smb.conf b/hosts/moyo/samba/smb.conf index 1ca1afa..5781f4f 100644 --- a/hosts/moyo/samba/smb.conf +++ b/hosts/moyo/samba/smb.conf @@ -11,16 +11,16 @@ max log size = 50 passdb backend = tdbsam allow insecure wide links = yes - kernel oplocks = no + kernel oplocks = yes 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] +[samba] comment = code - path = /srv/nfs/c + path = /srv/nfs/samba valid users = andrew guest ok = no browseable = yes |