3.1 LDAP upgrade problem

I just upgraded to 3.1. The upgrade went well and I see all my active directory users in the group I’'m filtering.

The problem is when I look at the groups tab the group summary has 1 group which is what I had before.

The problem is I can’‘t see the group. There is no name or members. I tried running the LDAP util and that didn’'t help.

When I change the filter to * I see in the summary that there are 97 groups, the number in my AD but no names.

I’'ve posted the LDAP part or wildfire.xml.

Thanks,

Jeremy

  • <![CDATA[ (&(member=)(&(objectClass=group)(sAMAccountName=chatters)))

]]>

First, edit your filters to remove:

(sAMAccountName=) and (member=) from searchFilter and groupSearchFilter respectively. They’‘re now implicit. I know that’‘s a bit confusing during upgrades, but the new format is much harder for people to mess up. Basically, you’‘re defining filters that get added to the default filters. So, first see if that does the trick. If not, we’'ll have to dig in more.

Regards,

Matt

Thanks for the quick reply.

That seems to have fixed the problem.

The software is working great!