[DotNetDevelopment] Re: LDAP

2008-11-12 Thread Paul
I don't think the control will work. Thank you though. I have crappy LDAP skills (and that is boasting). The issue is how to get the next 1500 (or n results). Everything I have tried thus far just returns the first 1500. I don't know how to create an LDAP search string that *starts* from 1500 and

[DotNetDevelopment] Re: LDAP

2008-11-12 Thread Glenn
All of our LDAP experts have been driven from this group and are no longer members. ...Glenn On Wed, Nov 12, 2008 at 2:44 PM, Paul <[EMAIL PROTECTED]> wrote: > No help on the LDAP? We CAN'T be the only ones doing stuff like this? > Anyone help? >

[DotNetDevelopment] Re: LDAP

2008-11-12 Thread Brandon Betances
Looking for something like this? http://www.ietf.org/rfc/rfc2696.txt On Wed, Nov 12, 2008 at 2:44 PM, Paul <[EMAIL PROTECTED]> wrote: > No help on the LDAP? We CAN'T be the only ones doing stuff like this? > Anyone help? > > > On Mon, Nov 10, 2008 at 12:49 PM, Paul <[EMAIL PROTECTED]> wrote: > >

[DotNetDevelopment] Re: LDAP

2008-11-12 Thread Paul
No help on the LDAP? We CAN'T be the only ones doing stuff like this? Anyone help? On Mon, Nov 10, 2008 at 12:49 PM, Paul <[EMAIL PROTECTED]> wrote: > > I am still having issues with an LDAP querry that returns more than > 1500 entries. The initial query returns "member;range=0-1499" > When I try

[DotNetDevelopment] Re: LDAP Sucks

2008-09-24 Thread rhaazy
"members:range=1500-2999" - This is correct. Assuming you are correct that the indexing starts at 0, which I don't know. On Sep 24, 1:01 pm, Paul <[EMAIL PROTECTED]> wrote: > Many moons ago I wrote an app that would filter through all the users > in a given LDAP path (group). I looked at the “me