If I filter for groups I can''t login!

I think that this is the same problem as [[http://www.jivesoftware.org/community/thread.jspa?messageID=131137]

But I can’'t get it working.

When I use the standard filter of organizationPerson, everythign is fine, but if I use my filter I can’'t logon.

Any ideas?

Here’'s the LDAP section

<ldap>

<host>vmw2kbase.IMNet.int</host>

<port>389</port>

<baseDN>DC=IMNet,DC=int</baseDN>

<adminDN>CN=kham,OU=SISStaff,OU=Staff,OU=Administrative,DC=IMNet,DC=int&lt ;/adminDN>

<adminPassword>password</adminPassword>

<connectionPoolEnabled>true</connectionPoolEnabled>

<sslEnabled>false</sslEnabled>

<debugEnabled>false</debugEnabled>

<autoFollowReferrals>false</autoFollowReferrals>

<usernameField>sAMAccountName</usernameField>

<searchFilter><![CDATA[[(&(objectClass=organizationalPerson)(memberOf=C N=sis,OU=SISStaff,OU=Staff,OU=Administrative,DC=IMNet,DC=int))]]]></search Filter>

<!-- <searchFilter>(objectClass=organizationalPerson)</searchFilter> -->

<vcard-mapping><![CDATA[

<vCard xmlns=“vcard-temp”>

<N>

<GIVEN></GIVEN>

</N>

<EMAIL>

<INTERNET/>

<USERID></USERID>

</EMAIL>

<FN></FN>

<ADR>

<HOME/>

<STREET></STREET>

<PCODE></PCODE>

<CTRY></CTRY>
</ADR> <ADR>
<WORK/> <STREET></STREET> <LOCALITY></LOCALITY> <REGION></REGION> <PCODE></PCODE> <CTRY></CTRY>

</ADR>

<TEL>

<HOME/>

<VOICE/>

<NUMBER></NUMBER>

</TEL>

<TEL>

<WORK/>

<VOICE/>

<NUMBER></NUMBER>

</TEL>

<TEL>

<WORK/>

<CELL/>

<NUMBER></NUMBER>

</TEL>

<TEL>

<WORK/>

<FAX/>

<NUMBER></NUMBER>

</TEL>

<TEL>

<WORK/>

<PAGER/>

<NUMBER></NUMBER>

</TEL>

<TITLE></TITLE>

<ORG>

<ORGUNIT></ORGUNIT>

</ORG>

</vCard>]]></vcard-mapping>

<nameField>cn</nameField>

<emailField>mail</emailField>

<groupNameField>cn</groupNameField>

<groupMemberField>member</groupMemberField>

<groupDescriptionField>description</groupDescriptionField>

<posixMode>false</posixMode>

<groupSearchFilter>(objectClass=group)</groupSearchFilter>

</ldap>

I found the problem, someone moved the sis group on me so the DN didn’'t match.