I noticed that you are starting at the top of the tree.  Depending how deep the tree 
is, how distributed the tree is, and whether you have any indexes setup, the 15 
minutes may be a reasonable number.

Kevin

Quoting Kevin Faust <[EMAIL PROTECTED]>:

> 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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to