Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
rapid7
GitHub Repository: rapid7/metasploit-framework
Path: blob/master/test/smb/config/smb.conf
21545 views
1
[global]
2
server min protocol = NT1
3
ntlm auth = yes
4
5
[modifiable]
6
comment = Samba on Ubuntu
7
path = /opt/shares/modifiable
8
read only = no
9
writeable = yes
10
browsable = yes
11
valid users = acceptance_tests_user
12
13
[readonly]
14
comment = Second Samba on Ubuntu
15
path = /opt/shares/readonly
16
read only = yes
17
browsable = yes
18
valid users = acceptance_tests_user
19
20