I'm using a CFLDAP tag to gather some information for a option grant system the query 
works but seems to take up to 15 minutes to run does anyone have any suggestion on 
speeding up a LDAP query.

<CFLDAP 
Server="deun50.corp.newmont.com"
USERNAME="uid=egrant,o=newmont.com"
PASSWORD="one2three"
ACTION="QUERY" 
Name="Query_LDAP" 
START="O=newmont.com"
SCOPE="SUBTREE"
FILTER="(uid=#Auth_User#)" 
ATTRIBUTES="uid,employeenumber,cn,sn,mail"
SORT="uid asc">

Thanks Kevin



Kevin Faust
Senior Systems Analyst
Newmont Mining Corporation
1700 Lincoln Street
Denver, Colorado 80203

(303)-837-5731
[EMAIL PROTECTED]


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to