mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-06-26 18:20:16 +00:00
schema: make PAM realm editable using new AuthSimple panel
Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
This commit is contained in:
parent
a285fec7e4
commit
4b3850bf45
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user