Created
April 11, 2016 01:57
-
-
Save Dirrk/6ca55b73c87dc01c8ef16a6b17f62f56 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[global] | |
workgroup = DEREKRADA | |
server string = Samba Server Version %v | |
max protocol = SMB3 | |
log level = 1 | |
log file = /var/log/samba/log.%m | |
max log size = 100 | |
security = user | |
passdb backend = tdbsam | |
load printers = yes | |
cups options = raw | |
[store1] | |
comment = store1 | |
path = /data/store1 | |
valid users = dirrk | |
public = no | |
writable = yes | |
printable = no | |
create mask = 0777 | |
[store2] | |
comment = store2 | |
path = /data/store2 | |
valid users = dirrk | |
public = no | |
writeable = yes | |
printable = no | |
create mask = 0777 | |
[store3] | |
comment = store3 | |
path = /data/store3 | |
valid users = dirrk | |
public = no | |
writeable = yes | |
printable = no | |
create mask = 0777 | |
[store4] | |
comment = store4 | |
path = /data/store4 | |
valid users = dirrk | |
public = no | |
writeable = yes | |
printable = no | |
create mask = 0777 | |
[store5] | |
comment = store5 | |
path = /data/store5 | |
valid users = dirrk | |
public = no | |
writeable = yes | |
printable = no | |
create mask = 0777 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment