we use CFLDAP to auth our users against an LDAP server, a SunOne LDAP
server.  Occasionaly when unde load, we get a large amount of the LDAP
auth queries taking a long time to complete, in the 25 to 60 second
range, normally this is takes under 1 second.  According to the LDAP
admin, the LDAP server has no issues.  In fact, there are many many
apps throughout our company using the LDAP, most use raw Java to
connect and they do not have the issues when we do.  The LDAP server
is load balanced with failover setup and all.  An example query is
below.  I am using the VIP of  the LDAP server as I suspected some
sort of DNS issue.  Any suggestions on where to look?


<cfldap action="QUERY"
                name="getldap"
                attributes="DN"
                start=" o=Alltel" 
                        sort="sn ASC" 
                        server="192.168.1.1" 
                        port="636"
                        filter="uid=#arguments.uid#"
                        maxrows="1"
                        secure="CFSSL_BASIC"
                        timeout="20000"
                        >
-- 
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:200402
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to