diff --git a/src/window/AuthEditLDAP.js b/src/window/AuthEditLDAP.js index e62b514..506ba02 100644 --- a/src/window/AuthEditLDAP.js +++ b/src/window/AuthEditLDAP.js @@ -29,6 +29,8 @@ Ext.define('Proxmox.panel.LDAPInputPanel', { type: 'ldap', + onlineHelp: 'user-realms-ldap', + onGetValues: function(values) { if (this.isCreate) { values.type = this.type;