From d1368791e9ec8d5912521d8e38c057a552e84e14 Mon Sep 17 00:00:00 2001 From: si458 Date: Tue, 8 Oct 2024 14:01:02 +0100 Subject: [PATCH] move orphanAgentUser to domain config-schema Signed-off-by: si458 --- meshcentral-config-schema.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meshcentral-config-schema.json b/meshcentral-config-schema.json index 29b20b54..4e7f73e1 100644 --- a/meshcentral-config-schema.json +++ b/meshcentral-config-schema.json @@ -488,11 +488,6 @@ "default": true, "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": { "type": "integer", "minimum": 1, @@ -1133,6 +1128,11 @@ "default": true, "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": { "type": "integer", "default": null,