Skip to main content
nikos101
Inspiring
July 9, 2009
Question

How would I output part of the result variable? <cfldap?

  • July 9, 2009
  • 1 reply
  • 395 views

How would I output part of the result variable? For example just output the name attribute to the page?

<cfldap
          server = "secret"
          action = "query"
          name = "results"
          start = "secret"
        
       
    attributes="objectsid,name,employeenumber,memberof,title,mail,telephonenumber,givenname,s n,SAMAccountName,l,st,streetaddress,postalcode,physicalDeliveryOfficeName,depart ment"


         username="MONEYCORP\presentation"
               
        password= "tomorrow"
       
            >
<cfdump var="#results#">

    This topic has been closed for replies.

    1 reply

    nikos101
    nikos101Author
    Inspiring
    July 9, 2009

    sorted

    <cfoutput>#results.name#</cfoutput>