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:197501
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