This solution allows you to add (increase) the Limit menu options available. By adding another value to the Limit drop down menu you can increase the maximum number of users or groups displayed.
Note: You must be a Windows Administrator to perform this solution.
To increase the search limit beyond 1000 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. Add ,10000 to the end of the entry.
Example:
limitValues=20,50,100,500,1000,10000
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,1000,10000.