Menu

size limitation

IdM
2010-05-06
2013-06-13
  • IdM

    IdM - 2010-05-06

    Hello, dirmgr

    In our environment, the size limit of the search return for AD is set to 1000. so the LDAPEntrySource only contains 1000 entries, how can I go fetch next 1000?

     
  • IdM

    IdM - 2010-05-07

    Thanks dirmgr. The condition check (cookie != null) in example code is not sufficient for me, the cookie is not null when the result reached last page, so I had to add cookie.getValueLength() != 0 in order to properly exit the loop

     

Log in to post a comment.