novell.directory.ldap.netstandard MaxResults
问题 I am querying my active directory using novell.directory.ldap.netstandard from my .net core project. It is only bringing back a maximum of 1000 users, I know this is because the PageSize on the server is set to 1000, how can I get the code to bring back all active directory users? - I am using the async search method. string ldapHost = ""; int ldapPort = ; string loginDN = ""; string password = ""; string searchBase = ""; string searchFilter = ""; string[] attributes = new string[] {