Setting the Number of LDAP Entries to Display

The default number of LDAP entries displayed in Web Reports is 1000.

If you want to change the maximum number of LDAP entries to display within Web Reports, perform the following steps:

On Windows systems:

  1. Stop the BES Web Report Server service.
  2. Run Regedit.
  3. Under the HKEY_LOCAL_MACHINE\Software\BigFix\Enterprise Server\BESReports key (on 32-bit Windows systems) or HKEY_LOCAL_MACHINE\Software\Wow6432Node\BigFix\Enterprise Server\BESReports (on 64-bit Windows systems), create a REG_SZ keyword named LDAPSearchMaxResults and set it to the number of LDAP entries to display in Web Reports.
  4. Restart the BES Web Report Server service.

On Linux systems:

  1. Open the /var/opt/BESWebReportsServer/beswebreports.config configuration file.
  2. Add the LDAPSearchMaxResults in the [Software\BigFix\Enterprise Server\BESReports] section as follows:
    LDAPSearchMaxResults = <max_number_LDAP_entries>
    where <max_number_LDAP_entries> is the maximum number of LDAP entries to display within Web Reports.
Note: The value assigned to the LDAPSearchMaxResults keyword applies to the query for users and to the query for groups. For example, if you defined in your LDAP 2000 users and 5000 groups and you set LDAPSearchMaxResults = 1000, then your queries about users and groups display up to 1000 users and 1000 groups.