Setting a limit to the filter objects

You can set a limit to the number of objects to be filtered. Setting the value in Rational® Directory Administrator, resets the value back to default value when the webAccessServer restarts. To set this value permanently, update the entries in the TDSConfiguration.xml file.

Procedure

  1. Modify the number of users that display on a page.
    • For Rational Directory Server 5.1.1.1 and 5.2.0.2, navigate to:
      • UNIX: <RDAInstalllocation>/WebAccessServer/apache-tomcat-6.0.xx/bin
      • Windows: <RDAInstalllocation>\WebAccessServer\apache-tomcat-6.0.xx\bin
    • For Rational Directory Server 5.1.1.2 and later, navigate to:
      • UNIX: <RDAInstalllocation>/WebAppsServer/WLP_8.X.X.X/usr/servers/defaultServer
      • Windows: <RDAInstalllocation>\WebAppsServer\WLP_8.X.X.X\usr\servers\defaultServer
  2. Open the TDSConfiguration.xml file.
  3. Modify the entry LDAP_USER_COUNT in the file to the number of objects that are to be displayed on a page. By default, the number is set to 200.

Example

The following example shows the number of objects set to 2000.
<entry key="LDAP_USER_COUNT">2000</entry>
<entry key="LDAP_GROUP_COUNT">2000</entry>