HPCC-21487 Check ldap_search_ext_s result before using it
The ldap_search_ext_s() may return SUCCESS with no result. The
existing CPagedLDAPSearch::requestNextPage() should check the
result before using it.
Signed-off-by: wangkx <kevin.wang@lexisnexis.com>