Searching LDAP with paged result sets
Posted: Tue Dec 06, 2005 3:13 am
Hi,
I want to read user accounts from a LDAP (Active Directory) server. The number of accounts to be read is a lot above the maximum result limit which is set to the default of 1000. From other languages I know that it is possible to query LDAP search results using paged result sets. Practically, using that method I can read the first 1000 results with the first query, the next 1000 with the second query, and so on.
Can I query a LDAP server using that method with PHP5?
Ciao, Meph
I want to read user accounts from a LDAP (Active Directory) server. The number of accounts to be read is a lot above the maximum result limit which is set to the default of 1000. From other languages I know that it is possible to query LDAP search results using paged result sets. Practically, using that method I can read the first 1000 results with the first query, the next 1000 with the second query, and so on.
Can I query a LDAP server using that method with PHP5?
Ciao, Meph