Hi Mike I have just tried a simple example and I am recieving no results ? Any ideas why from my code below? Not getting any errors?
---- Form Page ----- <cfform method="POST" action="cfldap1.cfm"> <cfinput type="text" name="givenName" size=22 ><br> <input type="image" src="search.gif" border="0" style="cursor:hand" width="49" height="18"> </cfform> ---cfldap1.cfm page ---------------- <cfldap action="query" name="adresult" attributes="givenName" start="cn=users,dc=neath-porttalbot,dc=gov.uk" scope="subtree" filter="(&(objectclass=user)(name=#form.givenName#))" server="server" port="389" Username="username" Password="password" > </head> <body> <cfoutput query="adresult"> Name : #givenname# <br> <br> <hr> <br> </cfoutput> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:230478 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=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

