paddle icon indicating copy to clipboard operation
paddle copied to clipboard

Is there a way to manage pagination of results?

Open garciapd opened this issue 7 years ago • 1 comments

Hi, I see that in the LDAP v3 there is pagination to deal with the limit exceed results exception but that is not implemented neither in eldap nor paddle.

Do you have plans to add it or have an idea what to do?

Thanks!

garciapd avatar May 31 '18 12:05 garciapd

Hello!

After a quick look at the issue, it seems that the pagination feature is an extension to the LDAPv3 protocol, at least that's what is suggested from the documentation of PHP. The extension is defined in RFC 2696, is this what you were referring to?

From another quick search it seems that OpenLDAP, Oracle Internet Directory, Apache Directory and Active Directory all support this extension (plus it can be checked at runtime), so it could nice to add support for it.

As you said there is no implementation for that in :eldap, and I would really prefer support there first, so that everyone gets the benefits, and for code review. This looks fairly simple to integrate but we'll see.

I look into developing on OTP when I have time (hopefully this WE). I'll keep you updated in this issue.

minijackson avatar May 31 '18 20:05 minijackson