docs - updating config

silversword411 committed Sep 30, 2022 at 13:03 UTC 64c81569c3cd462bdc21d37c6bcf5515e29e80d8
1 file changed +5 -5
docs/docs/meshcentral/config.md
+5 -5
@@ -356,7 +356,7 @@ See description for information about each item.
356 "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." },
357 "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." },
358 "ipkvm": { "type": "boolean", "default": false, "description": "Set to true to enable IP KVM device support in this domain." },
359 - "minify": { "type": "boolean", "default": false, "description": "When enabled, the server will send reduced sided web pages." },
359 + "minify": { "type": "boolean", "default": false, "description": "When enabled, the server will send reduced sized web pages." },
360 "newAccounts": { "type": "boolean", "default": false, "description": "When set to true, allow new user accounts to be created from the login page." },
361 "newAccountsPass": { "type": "string", "default": null, "description": "When set this password will be required in order to create a new account from the login screen." },
362 "newAccountsCaptcha": { "type": "boolean", "default": false, "description": "When set to true, users will get a CAPTCHA when creating a new account from the login screen." },
@@ -410,12 +410,12 @@ See description for information about each item.
410 "enum": [ "bat", "ps1", "sh", "agent" ]
411 },
412 "runas": {
413 - "description": "How to run this script, does not appy to agent scripts.",
413 + "description": "How to run this script, does not apply to agent scripts.",
414 "type": "string",
415 "enum": ["agent", "userfirst", "user"]
416 },
417 "cmd": {
418 - "description": "The command or \\r\\n seperated commands to run, if set do not use the file key.",
418 + "description": "The command or \\r\\n separated commands to run, if set do not use the file key.",
419 "type": "string"
420 },
421 "file": {
@@ -562,13 +562,13 @@ See description for information about each item.
562 "ldapSyncWithUserGroups": {
563 "type": [ "boolean", "object" ],
564 "default": false,
565 - "description": "When set to true or set to an object, MeshCentral will syncronized LDAP user memberships to MeshCentral user groups.",
565 + "description": "When set to true or set to an object, MeshCentral will synchronize LDAP user memberships to MeshCentral user groups.",
566 "additionalProperties": false,
567 "properties": {
568 "filter": {
569 "type": [ "string", "array" ],
570 "default": null,
571 - "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."
571 + "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."
572 }
573 }
574 },