通过 PHP 设置缩略图属性
在我的工作中,我们最近升级到 Lync(办公通讯器的精美版本),并且有一个照片字段可以在电子邮件和聊天中显示您的照片。
问题是,这个“默认公司图片”存储在用户帐户的活动目录对象中的thumbnailPhoto 属性中。
使用 ADSI,我可以设置不同的值,但不幸的是,就更新这张照片而言,除了 .NET 之外,我在网上找不到任何东西。
我已经在 PHP 和 Active Directory 中完成了其他工作,如果有人能够通过 PHP 设置这张照片,我很想看看您是如何做到的。
提前致谢!
At my work we recently upgraded to Lync ( fancy version of office communicator ) and there is a photo field that will display your photo on email and chat.
The problem is, this "default corporate picture" is stored in the active directory object for the user account within the thumbnailPhoto attribute.
Using ADSI I'm allowed to play with setting different values but unfortunately I can't find anything on the net except .NET stuff as far as updating this photo goes.
I've done other stuff in PHP and Active Directory, if anyone has been able to set this photo via PHP I'd love to see how you did it.
THanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在谷歌上搜索了这个问题的解决方案。
由于我找不到任何适合我需求的东西,所以我分享我的解决方案。
属性 image 是包含图像的 base64 字符串。
I searched on google for a solution for this problem.
Since I couldn't find anything that fitted my needs i am sharing my solution.
The attribute image is a base64 string that contains the image.