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:
- Stop the
BES Web Report Server
service. - Run Regedit.
- Under the
HKEY_LOCAL_MACHINE\Software\BigFix\Enterprise Server\BESReports
key (on 32-bit Windows systems) orHKEY_LOCAL_MACHINE\Software\Wow6432Node\BigFix\Enterprise Server\BESReports
(on 64-bit Windows systems), create a REG_SZ keyword namedLDAPSearchMaxResults
and set it to the number of LDAP entries to display in Web Reports. - Restart the
BES Web Report Server
service.
On Linux systems:
- Open the
/var/opt/BESWebReportsServer/beswebreports.config
configuration file. - Add the
LDAPSearchMaxResults
in the[Software\BigFix\Enterprise Server\BESReports]
section as follows:
whereLDAPSearchMaxResults = <max_number_LDAP_entries>
<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.