Please help in OpenLDAP Groups & Openfire

Hi,

I have an Existing OpenLDAP Schema that’s not very common it’s as follows:

BaseDN

|

-----Organization 1

| ±-------------------Org Unit 1.1

** | ±------------inetOrgPerson 1**

| ±------------inetOrgPerson 2

| ±------------inetOrgPerson 3

|

|

|-----Organization 2

| ±-------------------Org Unit 2.1

| ±------------inetOrgPerson 4

| ±------------inetOrgPerson 5

| ±------------inetOrgPerson 6

each inetOrgPerson has a property called businesscategory with the value : “support”

Now I have problem with the Groups I don’t know how to setup groups in ldap . .

I added a new identifier for the group e.g. Organization 3 with 1 Child posixGroup & gave this posix group a name

Openfire’s settings succeed in retrieving the group by the filter and says you have 1 group named “support”

the problem is that it gives me 0 members

How do identify the members in each group

My Settings are as follows . .

Group Field: "cn"
Member Field: businesscategory
Description: description

Group Filter (&(objectClass=XXXX)(cn={0}))

*notice : **XXXX **= the object class for the groups ( I have no problem with this . . as openfire finds the group . . ) *

*Please I’d apreciate it if anyone can help me setup the groups based on the Schema Above . . *

**my problem is that all users connect to the OpenFire Server but nobody can see anyone as they’re not in the same group . . **