move orphanAgentUser to domain config-schema
Signed-off-by: si458 <simonsmith5521@gmail.com>
si458 committed
Oct 8, 2024 at 14:01 UTC
d1368791e9ec8d5912521d8e38c057a552e84e14
1 file changed
+5
-5
meshcentral-config-schema.json
+5
-5
@@ -488,11 +488,6 @@
488
"default": true,
489
"description": "When enabled, MeshCentral will automatically monitor and manage Intel AMT devices."
490
},
491
- "orphanAgentUser": {
492
- "type": "string",
493
- "default": null,
494
- "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"
495
- },
491
"agentIdleTimeout": {
492
"type": "integer",
493
"minimum": 1,
@@ -1133,6 +1128,11 @@
1128
"default": true,
1129
"description": "When set to false, this setting will disable the mobile site."
1130
},
1131
+ "orphanAgentUser": {
1132
+ "type": "string",
1133
+ "default": null,
1134
+ "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"
1135
+ },
1136
"maxDeviceView": {
1137
"type": "integer",
1138
"default": null,