I looked into that and thought it was a bad idea, the amount of system
resources isn't worth it.

ADSI works so much better, it is faster. Of course I have to deal with
roughly 60k user accounts, so there is a difference.

> -----Original Message-----
> From: Dawson, Michael [mailto:[EMAIL PROTECTED]
> Sent: Monday, February 20, 2006 4:31 PM
> To: CF-Community
> Subject: RE: LDAP: Group List
> 
> It will return more than 1000 records, but you have to increase the
> result amount in AD.  Google for "ntdsutil" and "maxPageSize".  The AD
> default is 1000 records.
> 
> I upped our limit to either 10k or 15k records.
> 
> I also believe it returns built-in groups as well.
> 
> M!ke
> 
> -----Original Message-----
> From: Nick McClure [mailto:[EMAIL PROTECTED]
> Sent: Monday, February 20, 2006 2:32 PM
> To: CF-Community
> Subject: RE: LDAP: Group List
> 
> How many groups are you talking about, that will only return the first
> 1000 records, and I think it will leave out some of the built in groups.
> 
> > -----Original Message-----
> > From: Jillian Koskie [mailto:[EMAIL PROTECTED]
> > Sent: Monday, February 20, 2006 2:26 PM
> > To: CF-Community
> > Subject: Re: LDAP: Group List
> >
> > Perfection!  Thank you!  My brain was having a serious hiccup!
> >
> > >Sure, just use a simple CFLDAP query with:
> > >
> > >FILTER="objectClass=group"
> > >
> > >ATTRIBUTES="cn,description,distinguishedName,mail,managedBy,member,me
> > >mbe
> > >rOf,name,objectCategory,objectClass,sAMAccountName,whenChanged,whenCr
> > >eat
> > >ed"
> > >
> > >CFDUMP the LDAP query and Bob's your uncle.
> > >
> > >Then, use this on a single group:
> > >
> > >http://acelinkdev.evansville.edu/hoflists/groupdump.zip
> >
> >
> 
> 
> 
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:5:197509
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/5
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:5
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to