Openfire, ClearSpace, Zimbra, LDAP

Hi to all,

I try to configure my ClearSpace and Openfire auth against OpenLDAP (Internal from Zimbra LDAP). I install the Zimbra Posix/Samba Zimlets for get groups LDAP schema working… But i’ve a seriously problem :

This is my schema example :

john—> uid=john, uidNumber=1001

peter–> uid=peter, uidNumber=1002

Groups :

devel -> memberUid=1001, memberuid1002

When i add the group to my Openfire show user 1001@mydomain.com when i need john uid.

¿Someone know how i can solve this?

Did you configure the username filed correctly for your LDAP. I believe you should be using UID not CN as is the default.

Hi,

This is my config :

  <groupNameField>cn</groupNameField>
    <groupMemberField>memberUid</groupMemberField>
    <groupDescriptionField>description</groupDescriptionField>
    <posixMode>true</posixMode>
    <groupSearchFilter><![CDATA[(&(|(objectClass=posixGroup))(!(cn=*$))((cn={0}))))]]></groupSearchFilter>
    <searchFields>Username/uid,Name/displayName</searchFields>
    <searchFilter><![CDATA[(&(|(objectClass=posixAccount))(!(uid=*$))(!(uid=guest))((uid={0}))))]]></searchFilter>

Showme my users ok, and my two groups fine. But in groups sections from zimbra admin i get this :

Members of This Group

Nombre
Desconectado
100@mydomain.com *

I want to create some groups with users to my company. When a user login, get the all buddy list with users in groups.

¿How i can solve it?

Thanks