Does anyone know how to convert the following CFLDAP code to ASP? I have had no
luck.

<cfldap
action="query"
name="testldap"
start="ou=people,ou=mv,ou=metadir,o=xxxxx.com"
scope="subtree"
attributes="cn"
server="xxxxxxxx.xxxx.com"
port="389"
username="uid=xxxxx,o=xxxx"
password="xxxxxxx">