Jump to content

Image upload not working on LDAP import


Recommended Posts

I am try trying to update user profiles on Hornbill and in particular add images to the profiles using LDAP import. I have set the attributes to look to Active Directory [thumbnailPhoto] but this fails to bring across any images. 

 

I have search for a solution online and noticed that this feature although part of Hornbill user option was not enabled. This was from 2017 is there any update or solution in place for this 

 

thanks

Link to comment
Share on other sites

@Mark Priest

Importing of AD photos is working for us and has done so for some time. Below is the setting extract we are using, but note we are still using the older v2.4.x import utility but this should still work with version v3.x.

	"ImageLink":{
        "Action":"Both",
        "Enabled": true,
        "UploadType": "AD",
        "InsecureSkipVerify": true,
        "ImageType": "jpg",
        "URI": "[thumbnailPhoto]"
    },

Cheers

Martyn

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...