Description of problem: Not putting anything in the search field under "find users" and "find groups" should yield all users or all groups. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Access web page interface and use find features. I think there should be a way to list all entities through the search tool 2. 3. Actual results: Expected results: Additional info:
We made a conscious decision to not be able to display all users/groups/services/you name it. We can revisit that in version 2.0. We want to be able to handle very large organizations (100's of k's of users). Since we use XML-RPC as our transport protocol we'll either need to implement some sort of "get next page of stuff" function, return everything at once (which would likely time out the browser) or do something else that I'm not considering.
This will be in v2