Openfire LDAP nested groups

Hello,

Im trying to connect openfire with an LDAP server (openldap)

Until now i am not able to correctly configure openfire to log in with the

defined users in LDAP.

when i do an LDAPsearch command i get the following output:

groupname, groups, accounts, cms

dn: cn=groupname,cn=groups,cn=accounts,dc=cms

objectClass: top

objectClass: groupofnames

objectClass: nestedgroup

objectClass: ipausergroup

objectClass: ipaobject

objectClass: posixgroup

description: groupname

cn: groupname

member: uid=user1,cn=users,cn=accounts,dc=cms

member: uid=user2,cn=users,cn=accounts,dc=cms

when i go through the setup of openfire i get stuck when i try to add users of LDAP to the administrators in openfire.

baseDN: cn=groupname,cn=groups,cn=accounts,dc=cms

UsernameField: member

groupfield: cn

memberfield: member

Does anyone kwow how to configure openfire??

Thanks in advance