]> git.proxmox.com Git - pmg-gui.git/commitdiff
add an Group objectclass textfield to the LDAPEditor
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 19 Oct 2017 12:37:50 +0000 (14:37 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 19 Oct 2017 13:43:30 +0000 (15:43 +0200)
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
js/LDAPConfig.js

index e0eafa1a15c79066881294d86fa6a1b0b3785833..6392ac9024c2f8d690f7a371d769f859ed353577 100644 (file)
@@ -134,6 +134,13 @@ Ext.define('PMG.LDAPInputPanel', {
                deleteEmpty: me.create ? false : true,
                name: 'filter',
                fieldLabel: gettext('LDAP filter')
+           },
+           {
+               xtype: 'proxmoxtextfield',
+               allowBlank: true,
+               deleteEmpty: me.create ? false : true,
+               name: 'groupclass',
+               fieldLabel: gettext('Group objectclass')
            }
        ];