Cockpit ldap-login

Hi I’ve tried to configure jboss-standalone-7.10.0 with our LDAP and it seem correct but I cant login. I always get: Login Failed, with no further hints why.

If I configure a bad baseDn or password etc. I get an ERROR in the output.

Question: administratorGroupName The name of the administrator group. If this name is set to a non-null and non-empty value, the plugin will create group-level Administrator authorizations on all built-in resources.
Doe’s this mean that members of this group should get access to cockpit.
In applicationContext.xml I added:
<bean id=“administratorAuthorizationPlugin” class=“org.camunda.bpm.engine.impl.plugin.AdministratorAuthorizationPlugin”>
<property name=“administratorGroupName” value=“SYSTEMUTVECKLING_GR_ADM” />
</bean>

I have configured user and group properties in ldapIdentityProviderPlugin to match my ldap.

I’m not really interested in administrating roles any more than granting access for this ldap-group.
Actually its considered as a resource (cn: SYSTEMUTVECKLING_GR_ADM) since its not an organisational unit, but it has members etc. and I changed the groupIdAttribute to cn.

Am I missing some fundamentals or have I just made a mistake somewhere?