diff --git a/web/support/kb/general/configureSamba.rst b/web/support/kb/general/configureSamba.rst index f6fa3ae9c124c2c1c4f35d40c9dba1a0d05672fa..0fb0c164e89fd5384b0592d535e3278587a79b72 100644 --- a/web/support/kb/general/configureSamba.rst +++ b/web/support/kb/general/configureSamba.rst @@ -81,6 +81,11 @@ Create file `/etc/samba/smb.conf` with content similar to: server string = Samba Server test %v netbios name = server test security = user + ### NOTE: the following 4 lines assume we are the only Samba master ### + preferred master = yes + local master = yes + domain master = yes + os level = 65 # # Restrict binding to networks or interfaces, adapt as appropriate interfaces = 127.0.0.0/8 eth1 @@ -110,7 +115,9 @@ Create file `/etc/samba/smb.conf` with content similar to: comment = Read-only FS valid users = smbrw, smbro read only = yes - + oplocks = False + level2 oplocks = False + [dataout] path = /home/pathRW comment = Read-write FS @@ -120,6 +127,8 @@ Create file `/etc/samba/smb.conf` with content similar to: read list = smbro directory mask = 0755 create mask = 0644 + oplocks = False + level2 oplocks = False If you really want some form of anonymous access, consider editing the section `Anonymous` in the example above.