add an Group objectclass textfield to the LDAPEditor

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2017-10-19 14:37:50 +02:00 committed by Dietmar Maurer
parent 0641d180b0
commit dd26ba9ae2

View 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')
}
];