I am receiving the following error when trying to use ldap to return a list of
email addresses from outlook. If I put in a filter the error goes away and it
works. Problem is I want to return all email addresses. Any help/advice would
be greatly appreciated.

D:\inetpub\wwwroot\ideasprogram\admin\index.cfm
10.160.79.159
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322)
[url]http://nyrofcs2kwdev01/ideasprogram/admin/index.cfm[/url]
CFLDAP
Sizelimit exceeded

The error occurred while processing an element with a general identifier of
(CFLDAP), occupying document position (56:2) to (67:4) in the template file
D:\INETPUB\WWWROOT\IDEASPROGRAM\ADMIN\INC_GETEMAIL ADDRESSES.CFM.



<cfldap action="QUERY"
name="getMemberOf"
attributes="displayName,sAMAccountName,mail"
start="dc=corp,dc=pvt"
scope="SUBTREE"
startrow="1"
server="corp.pvt"
port="389"
timeout="60"
username="*********"
password="********"
>