You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 14, 2024. It is now read-only.
Folks,
I am having exactly the issue described in #385.
I'm running a node JS (v15.11.0) app on a linux box trying to pull user accounts from Microsoft AD. There are 1100 user account present. I get the first 100 as separate 'searchEntry' events. I then get a 'page' event with a callback. I call the callback, as per the 'terryxsq' comment in issue 385, but there are no further results.
The next event is 'unbind'.
The OP for #385 also said that calling the callback didn't work for them yet the next comment closes the call suggesting it has been resolved.
My code is as per the examples on the web site.
Has anybody ever got this to work? Can someone post some working code?
The text was updated successfully, but these errors were encountered:
Folks,
I am having exactly the issue described in #385.
I'm running a node JS (v15.11.0) app on a linux box trying to pull user accounts from Microsoft AD. There are 1100 user account present. I get the first 100 as separate 'searchEntry' events. I then get a 'page' event with a callback. I call the callback, as per the 'terryxsq' comment in issue 385, but there are no further results.
The next event is 'unbind'.
The OP for #385 also said that calling the callback didn't work for them yet the next comment closes the call suggesting it has been resolved.
My code is as per the examples on the web site.
Has anybody ever got this to work? Can someone post some working code?
The text was updated successfully, but these errors were encountered: