mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-06-26 20:45:39 +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: {
|
authDomains: {
|
||||||
pam: {
|
pam: {
|
||||||
name: 'Linux PAM',
|
name: 'Linux PAM',
|
||||||
|
ipanel: 'pmxAuthSimplePanel',
|
||||||
|
onlineHelp: 'user-realms-pam',
|
||||||
add: false,
|
add: false,
|
||||||
edit: false,
|
edit: true,
|
||||||
pwchange: true,
|
pwchange: true,
|
||||||
sync: false,
|
sync: false,
|
||||||
useTypeInUrl: false,
|
useTypeInUrl: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user