Search and LDAP control properties
Search and LDAP control properties are used to configure search strategy and LDAP control.
For more information about setting these parameters for your environment, see the tuning guide that is provided for IBM Verify Identity Governance.
Search and LDAP control properties page defines the properties used to configure search strategy and LDAP control.
Search and LDAP control properties
enrole.search.limit
-
Specifies the maximum number of items to return by a SOAP search API. The SOAP search API will not attempt to retrieve more than the specified number of items. Specifying a value of 0 indicates that there is no limit.
Example (default):
enrole.search.limit=0
enrole.search.sss.enable
-
Do not modify this property key and value.
Specifies whether Server Side Sorting is used for searches of the directory server. Enabling server-side sorting with this property can have a large negative impact when you view large organizational units. It is suggested that you disable this option in most environments.
Example (default):
enrole.search.sss.enable=false
enrole.search.vlv.enable
-
Do not modify this property key and value.
Specifies whether Virtual List View (VLV) is used for all return data from the directory server. This property can be enabled only when supported by the directory server. This option reduces the memory load on the application server but places a significant load on the LDAP server.
Example (default):
enrole.search.vlv.enable=false
enrole.search.paging.enable
-
Do not modify this property key and value.
Specifies whether Paged Sorting is used for searches of the directory server. This option reduces the memory load on the application server. Enabling it is not suggested because the directory server might place a limit on the number of outstanding paged searches.
Example (default):
enrole.search.paging.enable=false