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
AD and LDAP are similar in connection, but paged_search did not work properly on the AD service, and it did not pagination of data successfully. ldap3 is not well compatible with ad, is this as expected?
The following is the exception demo.
AD-abnormal_search got 1807 pieces of data, but I restricted paged_size=1, size_limit=1.
But the LDAP-abnormal_search is right.
Where they differ is in the specified services.
So this could be a bug...
The text was updated successfully, but these errors were encountered:
AD and LDAP are similar in connection, but paged_search did not work properly on the AD service, and it did not pagination of data successfully. ldap3 is not well compatible with ad, is this as expected?
The following is the exception demo.
It will get the following output.
AD-abnormal_search got 1807 pieces of data, but I restricted paged_size=1, size_limit=1.
But the LDAP-abnormal_search is right.
Where they differ is in the specified services.
So this could be a bug...
The text was updated successfully, but these errors were encountered: