OpenFire does not recognize ObjectClass groupOfNames

Hello everyone,

I have installed OpenLDAP 2.3.35 and Openfire 3.3.1 in a server, and I am connecting a Jabber Client (specifically Pandion) to them. This client doesn’'t display the groups and group members I have defined in the OpenFire configuration.

In the OpenFire configuration the groups are created as an Organizational Unit, the same way of countries and cities are created. It is not displaying the main group and members.

At the beginning I modified the ObjectClass groupOfNames but when I created again the LDAP database, Open Fire seem to not recognize it. I would appreciate any help.

This is a fragment of the openfire.xml and LDIF used for openLDAP:

  1. LDIF de prueba

dn: dc=domain,dc=com

objectClass: dcObject

objectClass: organization

dc: bluestarenergy

o: BlueStar Energy Services, Inc.

dn: cn=Manager,dc=domain,dc=com

objectClass: organizationalRole

cn: Manager

dn: ou=Information Technology,dc=bluestarenergy,dc=com

objectClass: top

objectClass: organizationalUnit

ou: Information Technology

dn: ou=Chicago,ou=Information Technology,dc=domain,dc=com

objectClass: top

objectClass: organizationalUnit

ou: Chicago

dn: cn=Harold Flores,ou=Chicago,ou=Information Technology,dc=domain,dc=com

objectClass: top

objectClass: person

objectClass: organizationalPerson

objectClass: inetOrgPerson

cn: Harold Flores

givenName: Harold

sn: Flores

mail: hflores@domain.com

uid: hflores

userPassword: PASSWD

dn: ou=Groups,dc=domain,dc=com

ou: Groups

objectClass: top

objectClass: organizationalUnit

description: Group Definition

dn: cn=Information Technology,ou=Groups,dc=domain,dc=com

cn: Information Technology

objectClass: top

objectClass: groupOfNames

member: cn=Harold Flores,ou=Chicago,ou=Information Technology,dc=domain,dc=com