-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsambaConfig.json
More file actions
52 lines (52 loc) · 1.49 KB
/
sambaConfig.json
File metadata and controls
52 lines (52 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[
{
"mount_id": 1,
"mount_point": "\/Home",
"storage": "\\OCA\\Files_External\\Lib\\Storage\\SMB",
"authentication_type": "password::logincredentials",
"configuration": {
"host": "10.0.0.1",
"share": "default-school",
"root": "$home",
"domain": "schule",
"show_hidden": false,
"check_acl": true,
"timeout": ""
},
"options": {
"encrypt": true,
"previews": true,
"enable_sharing": true,
"filesystem_check_changes": 1,
"encoding_compatibility": false,
"readonly": false
},
"applicable_users": [],
"applicable_groups": []
},
{
"mount_id": 3,
"mount_point": "\/Share",
"storage": "\\OCA\\Files_External\\Lib\\Storage\\SMB",
"authentication_type": "password::logincredentials",
"configuration": {
"host": "10.0.0.1",
"share": "default-school",
"root": "share",
"domain": "schule",
"show_hidden": false,
"check_acl": true,
"timeout": ""
},
"options": {
"encrypt": true,
"previews": true,
"enable_sharing": true,
"filesystem_check_changes": 1,
"encoding_compatibility": false,
"readonly": false
},
"applicable_users": [],
"applicable_groups": []
}
]