Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CFLDAP Error

Status
Not open for further replies.

jduawa

MIS
Jun 11, 2002
73
0
0
US
Error Diagnostic Information
CFLDAP

Sizelimit exceeded

WHat is the maximum number of entries it is allowed to return??
 
well it seems like 1000 records is the max it will return...Anyone know how i can get only the users out of my active directory and not the groups too??
i have the following

<CFLDAP
SERVER="bart"
username="xxxxxxxxx"
password="xxxxxxxxx"
ACTION="QUERY"
NAME="results"
START="CN=users,DC=arc-hs,DC=com"
ATTRIBUTES="canonicalName,sAMAccountName"
maxrows="1100"
SORT="CN ASC">
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top