]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit - src/window/AuthEditLDAP.js
window: ldap auth edit: avoid relying on the default bind property
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 28 Mar 2023 15:42:49 +0000 (17:42 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 28 Mar 2023 15:48:12 +0000 (17:48 +0200)
commit58bff886fb8d54072f2c0b84c0e9a575b0743a45
tree9c8b07efd9a19a0b2665672f6fa8da864720f266
parente1608311da806efda72c14266858e5433184a715
window: ldap auth edit: avoid relying on the default bind property

When using a string as bind config ExtJS maps this to the property
defined by the components defaultBindProperty, which is a bit to
subtle for my taste.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/window/AuthEditLDAP.js