Skip to Content
0
Former Member
Oct 19, 2006 at 08:13 AM

UME API and Microsoft AD

66 Views

Hallo everyone,

I got an issue with the UME API and an underlying Microsoft ADS as source:

When I try to retrieve ALL users via UME API from the underlying MS ADS I get a 'SIZE_LIMIT_EXCEDED'. From my research I got to the point that for ADS there needs to be paging implemented for large search results, a simple overwrite via the method setMaxSearchResultSize(0) does not work as the server config-value is always used here.

The question is, how can I make use of paging without rejecting the UME API? What I thought is that there is a method specifying an offset and max results for the the searchresults, but this is not possible.

Any ideas? I really don't want to go for the JNDI-APIs for that as there are other sideeffects as you can imagine.

Kind regards

Christian Vogt