github.com/swiftstack/proxyfs@v0.0.0-20201223034610-5434d919416e/saio/etc/samba/smb.conf (about) 1 [global] 2 security = user 3 passdb backend = tdbsam 4 proxyfs:PrivateIPAddr = 127.0.0.1 5 proxyfs:TCPPort = 12345 6 proxyfs:FastTCPPort = 32345 7 8 [proxyfs] 9 comment = ProxyFS test volume 10 path = /mnt/CommonVolume 11 vfs objects = proxyfs 12 proxyfs:volume = CommonVolume 13 valid users = swift 14 writable = yes 15 printable = no 16 browseable = yes 17 read only = no 18 oplocks = False 19 level2 oplocks = False 20 aio read size = 1 21 aio write size = 1 22 case sensitive = yes 23 preserve case = yes 24 short preserve case = yes 25 strict sync = yes