Nothing returned to ldap broswer query after upgrade from CA LDAP r12 to r15.
search cancel

Nothing returned to ldap broswer query after upgrade from CA LDAP r12 to r15.

book

Article ID: 102966

calendar_today

Updated On:

Products

Top Secret Top Secret - LDAP

Issue/Introduction

After client upgraded to CA LDAP r15 from CA LDAP r12, when he does a query from his ldap browser, nothing is returned. If he brings up, CA LDAP r12 and does the same query, it works fine.

Environment

Release:
Component: TSSLDP

Cause

The config file from the r12 version of LDAP was re-used in version r15 of LDAP which was the cause of the problem. 

In the r12 version of LDAP, the config file is specified with the parameter "sizelimit 0" which means return unlimited results. 

In r15 version of LDAP, this has changed and means return no result

Resolution

You will need to update the sizelimit to -1 to allow for unlimited result return.