I suggest changing your password.

CFLDAP can be finicky. Make sure you've got the right 
filter/start/scope. If you can find another program to run 
the same query (an LDAP program), I usually find that it 
helps a lot.

Norman

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/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to