This solution allows you to decrease the Limit menu options available. By removing a value in the Limit drop down menu you can decrease the maximum number of users or groups displayed.
Note: You must be a Windows Administrator to perform this solution.
To decrease the search limit to just 500 for LDAP Users\Groups in the Admin Home | Account Management | LDAP Accounts | Add screen:
1. Open Windows Explorer
2. Browse to the \amber\messages directory
Where is the installation directory for DocuShare. The default installation path is C:\Xerox\Docushare. Depending upon your installation environment this path may vary.
3. Make a copy of the messages_.properties file and rename it messages_.properties_orig
Note: Where is replaced with the locale used. For example, messages_en.properties (English)
4. Open the messages_.properties file in a text editor such as NotePad.
5. Search for the limitvalues= entry
6. Delete the 1000 value.
Example:
limitValues=20,50,100,500
Note: The Integer interval can be changed to any integer interval you prefer.
7. Save the file
8. Restart DocuShare
To verify the changes worked:
1. Log into DocuShare as admin
2. Click Admin Home | Account Management | LDAP Accounts | Add. The Add page displays.
3. In the Limit Drop down menu should now display 20,50,100,500