From 4b3850bf4522f17cd8a48da0c5917e91f7ece9f3 Mon Sep 17 00:00:00 2001 From: Christoph Heiss Date: Fri, 23 Aug 2024 13:07:25 +0200 Subject: [PATCH] schema: make PAM realm editable using new AuthSimple panel Signed-off-by: Christoph Heiss --- src/Schema.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Schema.js b/src/Schema.js index d3ce8de..69da774 100644 --- a/src/Schema.js +++ b/src/Schema.js @@ -4,8 +4,10 @@ Ext.define('Proxmox.Schema', { // a singleton authDomains: { pam: { name: 'Linux PAM', + ipanel: 'pmxAuthSimplePanel', + onlineHelp: 'user-realms-pam', add: false, - edit: false, + edit: true, pwchange: true, sync: false, useTypeInUrl: false,