Many moons ago I wrote an app that would filter through all the users in a given LDAP path (group). I looked at the “member” element of the returned object and looped through it parsing out the data that I needed.
I wrote that in .Net 1.1. Now I am revising it to 3.5. “member” is no longer populated, but a new attribute is; “member;range=0-1499”. There are currently fewer than 1500 items in the group, but that number may increase in the near future. The original code still runs using the “member” attribute, but 2.0 and above fails to find “member” populated. Very confused at this point. Does anyone know why/how 2.0 and 3.5 added this attribute? When the items crest 1500, will there be another attribute added? “member;range=1500-2999”? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://cm.megasolutions.net/forums/default.aspx -~----------~----~----~----~------~----~------~--~---
