Washington DC Endpoint Management User Group

 View Only
  • 1.  Workflow: Show AD User Photo on Form

    Posted Aug 20, 2013 05:12 PM

    Trying to get a web form to display a users AD photo. I am using the get additional attribute (thumbnailPhoto) and then use Text To Byte Array to convert  the thumbnailPhoto attribute. Next I use the single mapping component to map the value to a FileDataType. I use that value to show the image on the webform. However, the mapping component keeps failing. Any ideas?



  • 2.  RE: Workflow: Show AD User Photo on Form

    Posted Aug 21, 2013 03:42 PM

    Just curious... have you tried saving the photo data down to the file system using a Write File (to a random filename), and then opening that file?



  • 3.  RE: Workflow: Show AD User Photo on Form

    Posted Aug 21, 2013 03:56 PM

    Tried that but I don't think it's converting the string to a byte array correctly. The file it makes is only a few kb.



  • 4.  RE: Workflow: Show AD User Photo on Form

    Posted Sep 04, 2013 02:03 PM

    Any ideas?



  • 5.  RE: Workflow: Show AD User Photo on Form

    Posted Sep 11, 2013 05:22 PM

    I was able to sue the LDAP tool to pull the photo out. Now I just need to write it back to AD if people update it. I can't quite figure out how the Active Directory Add Attributes Editor works. Not sure how its matching the attribute to the user account you want to edit.