- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
LDAP Paging
Hello!
Sorry if this is obvious, but I tried searching and couldn't find an exact answer. Does the identity source LDAP query support paging results? Or does a large AD query need to be broken down into smaller queries such as this old KB shows: 000034356 - How to write an LDAP query filter f... | RSA Link
"If there are 1000 or more users in AD, break down your single query into multiple smaller queries, with query filters similar to one of the examples below. Note that the following queries will retrieve users with names starting with H through M. Note that you must overlap the letters.
- Tags:
- AM
- Auth Manager
- Authentication Manager
- Community Thread
- Discussion
- Forum Thread
- LDAP
- paging
- RSA Authentication Manager
- RSA SecurID
- RSA SecurID Access
- SecurID
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In version 8.x we not longer need to write these type of filters to restrict the list, as we do not pull all users from ldap in one big batch.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In version 8.x we not longer need to write these type of filters to restrict the list, as we do not pull all users from ldap in one big batch.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We had to do that in AM 6.1 and earlier, which was an LDAP synch to copy the users from LDAP into the internal database. Since 7.1 the users no longer needed to be LDAPsynched, the internal database has a pointer to the ObjectGuid in LDAP, so its in real time.
