]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit - src/panel/AuthView.js
auth ui: add LDAP sync UI
authorLukas Wagner <l.wagner@proxmox.com>
Fri, 17 Mar 2023 08:47:19 +0000 (09:47 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 17 Mar 2023 15:41:59 +0000 (16:41 +0100)
commitd6b65a89cef710980935f5b2a13225996d0745de
treee965c5954b6e5feeba0ab3e732493cd05081afa3
parentaa5cbdbb32981c64d5a6fc514d17460ddb6a4b29
auth ui: add LDAP sync UI

Taken and adapted from PVE.
Changes:
  - Removed fields that are irrelevant for PBS for now (PBS has no
    groups yet). If PVE is adapted to use the implementation from the
    widget toolkit, the fields can simply be readded and somehow
    feature-gated so that the fields are only visible/editable on PVE

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
src/Makefile
src/Schema.js
src/panel/AuthView.js
src/window/AuthEditLDAP.js
src/window/SyncWindow.js [new file with mode: 0644]