Administer > System configuration parameters > LDAP parameters > Startup parameter: ldapnosizelimitmsg

Startup parameter: ldapnosizelimitmsg

Startup parameters change the behavior of the Service Manager server. You can always set a startup parameter from the server's operating system command prompt.

Parameter

ldapnosizelimitmsg

Description

When limiting LDAP query with ldapmaxrecords:100 (for example), if LDAP query results are bigger than 100 records, users receive the following message:

Message from LDAP server: Size limit exceeded.

This informational message may mislead users to think that something is not working correctly.

This parameter, when set to 1, allows you to disable this informational message so that it will not display to and therefore not disturb end users.

Valid if set from

Server's operating system command prompt

Initialization file (sm.ini)

Requires restart of the Service Manager server?

No

Default value

0

Possible values

0 (Enable)

1 (Disable)

Example usage

Command line: sm -httpPort:13080 -ldapserver1:ldapparent -ldapnosizelimitmsg:1

Initialization file: ldapnosizelimitmsg:1

Related topics

System parameters

Related topics

Enter a parameter in the sm.ini file

Related topics

LDAP parameters