schema: make PAM realm editable using new AuthSimple panel

Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
This commit is contained in:
Christoph Heiss 2024-08-23 13:07:25 +02:00 committed by Thomas Lamprecht
parent a285fec7e4
commit 4b3850bf45

View File

@ -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,