04-17-2015 08:39 AM - edited 03-19-2019 09:29 AM
Hey All,
We have an AD setup and are trying to get the Microsoft AD pictures to load in jabber. Currently it's blank.
Using the jabber-config.html generator.. we get the following XML output.
<Directory> <PrimaryServerName>10.0.1.5</PrimaryServerName> <BDIPrimaryServerName>10.0.1.5</BDIPrimaryServerName> <ServerPort1>389</ServerPort1> <BDIServerPort1>389</BDIServerPort1> <BusinessPhone>ipPhone</BusinessPhone> <BDIBusinessPhone>ipPhone</BDIBusinessPhone> <UseWildcards>1</UseWildcards> <BDIUseWildcards>1</BDIUseWildcards> </Directory>
says
If you are using binary objects from Active Directory do not set BDIPhotoUriWithToken or PhotoUriWithToken
Making our Jabber file look like the below does not resolve the issue either.
<Directory> <PrimaryServerName>10.0.1.5</PrimaryServerName> <BDIPrimaryServerName>10.0.1.5</BDIPrimaryServerName> <ServerPort1>389</ServerPort1> <BDIServerPort1>389</BDIServerPort1> <BusinessPhone>ipPhone</BusinessPhone> <BDIBusinessPhone>ipPhone</BDIBusinessPhone> <UseWildcards>1</UseWildcards> <BDIUseWildcards>1</BDIUseWildcards> <BDIPhotoSource>thumbnailPhoto</BDIPhotoSource> <PhotoSource>thumbnailPhoto</PhotoSource> </Directory>
04-17-2015 11:00 AM
Is your photo uploaded to jpegPhoto maybe? Does the jabber-config file parse correctly if you try to open in a web browser?
04-17-2015 12:14 PM
04-17-2015 03:37 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide