Added domain wide terminal shell option.

This commit is contained in:
Ylian Saint-Hilaire
2021-01-20 12:43:14 -08:00
parent d3fd8e7311
commit 921e610d19
5 changed files with 37 additions and 3 deletions

View File

@@ -302,6 +302,17 @@
"MaxSingleUserSessions": { "type": "integer" }
}
},
"terminal": {
"type": "object",
"description": "Values that affect the terminal feature",
"properties": {
"linuxshell": {
"type": "string",
"enum": [ "any", "root", "user", "login" ],
"default": "any"
}
}
},
"amtManager": {
"type": "object",
"additionalProperties": false,