Seeing as sort attribute of cfldap tries to sort on the server in CFMX, and it seems our ldap server doesn't support this or is just too damn slow, how could I go about sorting the query output?
<cfldap action="QUERY" name="blah" attributes="preferredsurname,preferredname,ext" start="the_beginning" scope="ONELEVEL" maxrows="500" filter="listvisibility=TRUE" sort="preferredsurname,preferredname" sortcontrol="nocase" server="ldapserver.server.com" timeout="100"> <cfoutput query="Elsternwick"> blah blah Brian Gilbert Wesley College, Melbourne Australia Position: Web Architect E-mail: [EMAIL PROTECTED] Ph: +61 (0)3 9881 5459 Fx: +61 (0)3 9802 0142 Personal Website: http://www.realityloop.com/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
