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
I'm using SearchWithPagination with a PageSize of 0 , as it is said in the documentation
A requested pagingSize of 0 is interpreted as no limit by LDAP servers.
But the result is always 0 rows.
If I set conn.Debug=true then I see error running search query "(objectClass=person)": LDAP Result Code 203 "Debugging Error": ldap: cannot process packet to add descr
Specifying a value higher than 0 seems to work fine with no issues.