ltb-project / ltb-common

PHP framework for LTB project applications
https://packagist.org/packages/ltb-project/ldap
GNU General Public License v3.0
3 stars 2 forks source link

Add page size parameter to LDAP connection #30

Closed coudot closed 1 month ago

coudot commented 3 months ago

For Active Directory we need to use the page size settings, else we will not be able to list all entries.

davidcoutadeur commented 1 month ago

Should be ok with PR: #42

For now, I think searching multiple entries:

We should keep this is mind while adding more search functions in ltb-common or ssp/service-desk.

TODO: