From dd26ba9ae22ddb88899e5c0dc85e370e96a9b306 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Thu, 19 Oct 2017 14:37:50 +0200 Subject: [PATCH] add an Group objectclass textfield to the LDAPEditor Signed-off-by: Dominik Csapak --- js/LDAPConfig.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/js/LDAPConfig.js b/js/LDAPConfig.js index e0eafa1..6392ac9 100644 --- a/js/LDAPConfig.js +++ b/js/LDAPConfig.js @@ -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') } ];