diff --git a/src/window/AuthEditLDAP.js b/src/window/AuthEditLDAP.js index 3e8ce88..43d2234 100644 --- a/src/window/AuthEditLDAP.js +++ b/src/window/AuthEditLDAP.js @@ -92,7 +92,9 @@ Ext.define('Proxmox.panel.LDAPInputPanel', { xtype: 'proxmoxcheckbox', fieldLabel: gettext('Anonymous Search'), name: 'anonymous_search', - bind: '{anonymous_search}', + bind: { + value: '{anonymous_search}', + }, }, { xtype: 'proxmoxtextfield',