fixing typos

silversword411 committed Sep 30, 2022 at 13:02 UTC dee3f58892fc3473a7a1bd92ca5b757d46453c37
2 files changed +9 -5
.vscode/settings.json
+4
@@ -5,6 +5,7 @@
5 "accountcreate",
6 "accountid",
7 "accountremove",
8 + "acebase",
9 "acmd",
10 "acmepath",
11 "actiontype",
@@ -599,6 +600,7 @@
600 "postflight",
601 "poweraction",
602 "powerevents",
603 + "Preconfigured",
604 "Proto",
605 "publicid",
606 "pushlogin",
@@ -662,6 +664,7 @@
664 "rport",
665 "rtpass",
666 "rtuser",
667 + "runas",
668 "runasuser",
669 "runasuseronly",
670 "runcommand",
@@ -822,6 +825,7 @@
825 "usercount",
826 "userex",
827 "userfiles",
828 + "userfirst",
829 "usergroupchange",
830 "usergroups",
831 "userid",
meshcentral-config-schema.json
+5 -5
@@ -349,7 +349,7 @@
349 "loginKey": { "type": [ "string", "array" ], "items": { "type": "string" }, "default": null, "description": "Requires that users add the value ?key=xxx in the URL in order to see the web site." },
350 "agentKey": { "type": [ "string", "array" ], "items": { "type": "string" }, "default": null, "description": "Requires that agents add the value ?key=xxx in the URL in order to connect. This is not automatic and needs to be manually added in the meshagent.msh file." },
351 "ipkvm": { "type": "boolean", "default": false, "description": "Set to true to enable IP KVM device support in this domain." },
352 - "minify": { "type": "boolean", "default": false, "description": "When enabled, the server will send reduced sided web pages." },
352 + "minify": { "type": "boolean", "default": false, "description": "When enabled, the server will send reduced sized web pages." },
353 "newAccounts": { "type": "boolean", "default": false, "description": "When set to true, allow new user accounts to be created from the login page." },
354 "newAccountsPass": { "type": "string", "default": null, "description": "When set this password will be required in order to create a new account from the login screen." },
355 "newAccountsCaptcha": { "type": "boolean", "default": false, "description": "When set to true, users will get a CAPTCHA when creating a new account from the login screen." },
@@ -403,12 +403,12 @@
403 "enum": [ "bat", "ps1", "sh", "agent" ]
404 },
405 "runas": {
406 - "description": "How to run this script, does not appy to agent scripts.",
406 + "description": "How to run this script, does not apply to agent scripts.",
407 "type": "string",
408 "enum": ["agent", "userfirst", "user"]
409 },
410 "cmd": {
411 - "description": "The command or \\r\\n seperated commands to run, if set do not use the file key.",
411 + "description": "The command or \\r\\n separated commands to run, if set do not use the file key.",
412 "type": "string"
413 },
414 "file": {
@@ -555,13 +555,13 @@
555 "ldapSyncWithUserGroups": {
556 "type": [ "boolean", "object" ],
557 "default": false,
558 - "description": "When set to true or set to an object, MeshCentral will syncronized LDAP user memberships to MeshCentral user groups.",
558 + "description": "When set to true or set to an object, MeshCentral will synchronize LDAP user memberships to MeshCentral user groups.",
559 "additionalProperties": false,
560 "properties": {
561 "filter": {
562 "type": [ "string", "array" ],
563 "default": null,
564 - "description": "When set to a string or array of strings, only LDAP membership groups that includes one of the strings will be syncronized with MeshCentral user groups."
564 + "description": "When set to a string or array of strings, only LDAP membership groups that includes one of the strings will be synchronized with MeshCentral user groups."
565 }
566 }
567 },