This currently lists all groups in LDAP. What I’'d like to to is only list groups that are prefixed with “wf”. How can this be done?
Try this:
/code
This assumes that your groups in LDAP are of type cn.
worked like a charm. Thanks!
I have a Red hat linux enterprise 4 box with Mysql 4.1.20-1 and openldap-2.3.11-3.1
believe to have everything correct in wildfire.xml except for the groupsearchfilter to return groups from LDAP into the wildfire console.
I cannot get any groups to show in group summary but all the users are listed under user summary…below is groupsSearchfilter
did you try using the code in my original post? That is what was returning all groups for me.
Message was edited by: rbergfeld
yes i did and unfortunately it did not return any groups
This is just a shot in the dark, but did you clear the server cache after making the change? Then restarting the Spark server?
No i did not…how might I accomplish that? and nice shot too!
On the server tab in Wildfire admin, Under server manager, you should see “Cache Summary”
Check all boxes and click clear selected. Make sure everything for Current size and Percent used is all zero’'s.
restart the wilfire server.
once it’‘s restared, then go and check groups… this should rerun the query and repopulate the list. I’‘m not sure how often the list is rebuilt from scrath, it’‘s my impression that it’'s build from cache.
Thanks for the advice but unfortunately this didnt work either. Is there anything I can provide or list that might help?