2
2
# EDIT THIS FILE
3
3
# When you are done editing this YAML representation, convert it into
4
4
# a matching <name>.json file in the same directory. That file exists
5
- # for jsonschema implmenations that can't read directly from YAML.
5
+ # for jsonschema implementations that can't read directly from YAML.
6
6
#
7
- # After edting this file, generated files need to be updated.
7
+ # After editing this file, generated files need to be updated.
8
8
# Run: python -m sambacc.schema.tool --update
9
9
#
10
10
$schema : " http://json-schema.org/draft-07/schema#"
45
45
additionalProperties :
46
46
type : string
47
47
# permissions backend configurations
48
- # each backend may have it's own set of additional properties
48
+ # each backend may have its own set of additional properties
49
49
permissions_config :
50
50
description : |
51
51
Settings that enable and manage sambacc's permissions management support.
62
62
# file server user entries
63
63
user_entry :
64
64
description : |
65
- A user that will be instantiated in the local contianer environment to
65
+ A user that will be instantiated in the local container environment to
66
66
in order to provide access to smb shares.
67
67
type : object
68
68
properties :
87
87
# file server group entries
88
88
group_entry :
89
89
description : |
90
- A group that will be instantiated in the local contianer environment to
90
+ A group that will be instantiated in the local container environment to
91
91
in order to provide access to smb shares.
92
92
type : object
93
93
properties :
@@ -170,7 +170,7 @@ $defs:
170
170
properties :
171
171
samba-container-config :
172
172
type : " string"
173
- title : " Cofiguration Format Version"
173
+ title : " Configuration Format Version"
174
174
description : |
175
175
A short version string that assists in allowing the configuration
176
176
format to (some day) support incompatible version changes.
@@ -183,7 +183,7 @@ properties:
183
183
title : " Container Configurations"
184
184
description : |
185
185
A mapping of named configurations (instances) to top-level configuration
186
- blocks. A useable configuration file must have at least one configuration,
186
+ blocks. A usable configuration file must have at least one configuration,
187
187
but more than one is supported.
188
188
type : object
189
189
additionalProperties :
@@ -206,7 +206,7 @@ properties:
206
206
The name of the domain settings. Only used with 'ADDC' feature flag.
207
207
type : string
208
208
additionalProperties : false
209
- # share defintions .
209
+ # share definitions .
210
210
shares :
211
211
description : |
212
212
A mapping of share name to share specific configuration. A share can
@@ -221,10 +221,10 @@ properties:
221
221
permissions :
222
222
$ref : " #/$defs/permissions_config"
223
223
additionalProperties : false
224
- # globals defintions .
224
+ # globals definitions .
225
225
globals :
226
226
description : |
227
- A mapping of samba global configuation blocks. The global section names
227
+ A mapping of samba global configuration blocks. The global section names
228
228
are not passed to Samba. All sections selected by a configuration are
229
229
merged together before passing to Samba.
230
230
type : object
@@ -257,7 +257,7 @@ properties:
257
257
users :
258
258
description : |
259
259
Users to add to the container environment in order to provide
260
- Share access-control wihout becoming a domain member server.
260
+ Share access-control without becoming a domain member server.
261
261
type : object
262
262
properties :
263
263
all_entries :
@@ -269,7 +269,7 @@ properties:
269
269
groups :
270
270
description : |
271
271
Groups to add to the container environment in order to provide
272
- Share access-control wihout becoming a domain member server.
272
+ Share access-control without becoming a domain member server.
273
273
type : object
274
274
properties :
275
275
all_entries :
0 commit comments