diff options
| author | 2025-05-25 11:58:19 -0400 | |
|---|---|---|
| committer | 2025-05-25 11:58:19 -0400 | |
| commit | 75ad6c3fcad1f19c4f4f5c345fbb43ce80d9c461 (patch) | |
| tree | 974406a41ab5aeece938bc68889c136a5cfe69ea /hosts/moyo/samba | |
| parent | f94b0f1370d4633cba8397642e809bc39d4461f8 (diff) | |
| download | dotfiles-75ad6c3fcad1f19c4f4f5c345fbb43ce80d9c461.tar.gz dotfiles-75ad6c3fcad1f19c4f4f5c345fbb43ce80d9c461.tar.bz2 dotfiles-75ad6c3fcad1f19c4f4f5c345fbb43ce80d9c461.zip | |
Add older Windows stuff + Updates
Diffstat (limited to 'hosts/moyo/samba')
| -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 |