mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-11-22 12:52:50 +03:00
move orphanAgentUser to domain config-schema
Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
parent
590166f847
commit
d1368791e9
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user