]> git.proxmox.com Git - pve-manager.git/commit - www/manager6/Utils.js
ui: dc/AuthEdit: add sync tab for ldap/ad realms
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 9 Apr 2020 14:10:48 +0000 (16:10 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 27 Apr 2020 09:27:33 +0000 (11:27 +0200)
commit822fb26d85e54de27f5bc245048c13cfde232347
tree8596ea6d99e5b94b7fbe547d60c4fbb35057338c
parent3c51d9ba9aeb58bb23c2a39ba1d01fad4ecafb8b
ui: dc/AuthEdit: add sync tab for ldap/ad realms

this modifies AuthEditBase so that if there is a sync inputpanel specified,
we display it in a second tab (we need to modify the bodyPadding here,
else the whole window has too much padding)

we use the same panel for both ldap/ad, since the most options behave
the same (except for user_attribute, but the default for AD is
sAMAccount which i think is good enough for now, users can still
override it in the cli)

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
www/manager6/Utils.js
www/manager6/dc/AuthEditBase.js
www/manager6/dc/AuthEditLDAP.js