move orphanAgentUser to domain config-schema

Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
si458 2024-10-08 14:01:02 +01:00
parent 590166f847
commit d1368791e9
1 changed files with 5 additions and 5 deletions

View File

@ -488,11 +488,6 @@
"default": true, "default": true,
"description": "When enabled, MeshCentral will automatically monitor and manage Intel AMT devices." "description": "When enabled, MeshCentral will automatically monitor and manage Intel AMT devices."
}, },
"orphanAgentUser": {
"type": "string",
"default": null,
"description": "If an agent attempts to connect to a unknown device group, automatically create a new device group and grant access to the specified user. Example: admin"
},
"agentIdleTimeout": { "agentIdleTimeout": {
"type": "integer", "type": "integer",
"minimum": 1, "minimum": 1,
@ -1133,6 +1128,11 @@
"default": true, "default": true,
"description": "When set to false, this setting will disable the mobile site." "description": "When set to false, this setting will disable the mobile site."
}, },
"orphanAgentUser": {
"type": "string",
"default": null,
"description": "If an agent attempts to connect to a unknown device group, automatically create a new device group and grant access to the specified user. Example: admin"
},
"maxDeviceView": { "maxDeviceView": {
"type": "integer", "type": "integer",
"default": null, "default": null,