From 70bc23a55ba3a2d226b4d97a587c008db5f8767a Mon Sep 17 00:00:00 2001 From: silversword411 Date: Sun, 31 Jul 2022 16:39:45 -0400 Subject: [PATCH] typo hunting --- .vscode/settings.json | 47 ++++++++++++++++++++++++++++++++++ meshcentral-config-schema.json | 2 +- 2 files changed, 48 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index afabea27..2026805d 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,6 +2,7 @@ "cSpell.words": [ "abcdf", "accountid", + "acmepath", "actiontype", "adddevicegroup", "adddeviceuser", @@ -24,6 +25,7 @@ "agenterrorlogs", "agentidletimeout", "agentkey", + "Agentless", "agentnoproxy", "agenttype", "agentupdateblocksize", @@ -32,6 +34,7 @@ "aliasport", "allevents", "allowaccountreset", + "allowfullscreen", "alreadyinstalled", "amtacmactivation", "amtmanager", @@ -54,8 +57,11 @@ "backgroundonly", "backupcode", "backuppath", + "bitmask", "callbackurl", "ccmp", + "Centralv", + "certbot", "certfiles", "certpfx", "certpfxpass", @@ -90,6 +96,7 @@ "datapath", "datastr", "dbconfig", + "dbdeleteconfigfiles", "dbencryptkey", "dbexport", "dbexportmin", @@ -110,6 +117,7 @@ "desktopprivacybar", "desktopprompt", "desktopviewonly", + "devbox", "deviceid", "deviceinfo", "deviceinfocount", @@ -124,6 +132,7 @@ "domaindefaults", "domainid", "dont", + "dontlognull", "dumpcores", "editdevice", "editdevicegroup", @@ -133,6 +142,7 @@ "emailexists", "emailverified", "entityid", + "entrypoints", "errlogpath", "esversion", "etype", @@ -149,7 +159,11 @@ "filteredusers", "filterid", "firebaserelay", + "firstname", "forceduserwebstate", + "forwardfor", + "Freemonitoring", + "frontends", "fullrights", "fullscreen", "gatewaymac", @@ -157,13 +171,19 @@ "getnetworkinfo", "getsysinfo", "getwspass", + "googleusercontent", + "gotodevicename", + "gotonode", "groupid", "guestname", + "Hashi", "hashpass", "hashpasssplit", "hashpassword", + "healthcheck", "Hilaire", "httpheaders", + "httplog", "idexists", "idhex", "idpurl", @@ -186,6 +206,7 @@ "LAPI", "lastaddr", "lastconnect", + "lastname", "ldapauth", "ldapoptions", "ldapuserbinarykey", @@ -222,6 +243,7 @@ "logintokenkey", "logintokens", "loginuser", + "logoback", "logouturl", "mailserver", "mailtokengen", @@ -240,7 +262,9 @@ "meshagents", "meshauth", "meshcentral", + "meshcentralhost", "meshcmd", + "meshcommander", "meshcore", "meshctrl", "mesherrors", @@ -259,6 +283,8 @@ "minifyall", "minifycore", "mongodbcol", + "mongodump", + "mongorestore", "moutput", "movetodevicegroup", "mpsaliasport", @@ -266,12 +292,18 @@ "mpsdebug", "mpsport", "mpsserver", + "mpsservers", + "MPSSSL", "mqttbroker", "MSCHA", "mstsc", "multiresponse", "myaccountname", + "mycompany", + "mydomain", "mypassword", + "myserver", + "myservername", "nameexists", "nedbtodb", "netif", @@ -283,6 +315,7 @@ "newgroupname", "newobj", "newpassword", + "NGNIX", "noagentupdate", "noamt", "noauth", @@ -296,17 +329,20 @@ "nodewindows", "nofiles", "nofirewall", + "nominify", "nonalpha", "nonewgroups", "noterminal", "notools", "nousers", "novnc", + "npmjs", "npmpath", "npmproxy", "npmtag", "ODELAY", "offloader", + "offloaders", "oidc", "openurl", "orphanagentuser", @@ -322,12 +358,15 @@ "plusplus", "poweraction", "powerevents", + "Proto", "publicid", "randompass", + "Raritan", "rauth", "rawdata", "rcookie", "realname", + "recordencryptionrecode", "recordpath", "redir", "rediraliasport", @@ -373,6 +412,7 @@ "serverid", "serverinfo", "serverkey", + "servername", "serverupdate", "servicename", "servicepath", @@ -423,6 +463,7 @@ "tlsrootcert", "tlsstrict", "tokenrequired", + "traefik", "translateall", "translationpath", "trustedcert", @@ -453,11 +494,14 @@ "usernameisemail", "userquota", "Usersessionidletimeout", + "vaultdeleteconfigfiles", "vaultpullconfigfiles", "vaultpushconfigfiles", "verifyemail", + "Viewmode", "viewonly", "wakedevices", + "Walkthru", "wanonly", "webemailspath", "webpublicpath", @@ -465,6 +509,9 @@ "webrelayserver", "webrtc", "webrtconfig", + "webserver", + "websockets", + "WEBSSL", "webviewspath", "welcomepicture", "welcometext", diff --git a/meshcentral-config-schema.json b/meshcentral-config-schema.json index 2a25fdc5..bdb6ae51 100644 --- a/meshcentral-config-schema.json +++ b/meshcentral-config-schema.json @@ -503,7 +503,7 @@ "twoFactorCookieDurationDays": { "type": "integer", "default": 30, "description": "Number of days that a user is allowed to remember this device for when completing 2FA. Set this to 0 to remove this option." }, "auth": { "type": "string", "default": null, "enum": [null, "sspi", "ldap"], "description": "Type of user authentication to use, this can be SSPI on Windows or LDAP. If not set, username/password is used." }, "ldapUserKey": { "type": "string", "default": null, "description": "The LDAP value to use as a user's unique account identifier. Use \"ldapUserKey\" or \"ldapUserBinaryKey\"." }, - "ldapUserBinaryKey": { "type": "string", "default": "objectSid", "description": "The LDAP value to use as a user's unique account identifier, when specified in this feild, the values will be HEX converted." }, + "ldapUserBinaryKey": { "type": "string", "default": "objectSid", "description": "The LDAP value to use as a user's unique account identifier, when specified in this field, the values will be HEX converted." }, "ldapUserName": { "type": "string", "default": "displayName", "description": "The LDAP value to use for the user name, you can also compose the name by setting this value to, for example: \"{{{givenName}}} {{{sn}}}\"" }, "ldapUserEmail": { "type": "string", "default": "mail", "description": "The LDAP value to use for the user's email address." }, "ldapUserRealName": { "type": "string", "default": "name", "description": "The LDAP value to use for the user's real name, you can also compose the name by setting this value to, for example: \"{{{givenName}}} {{{sn}}}\"" },