使用 Outlook 或 Thunderbird 修改 LDAP 服务器中的数据
Outlook 和 Thunderbird 都能够在 LDAP 服务器中查找联系人,但它们都无法修改联系人数据。 是否有插件或其他任何东西可以允许这样的事情?
问候, 塞德里克
both Outlook and Thunderbird are able to find contacts in a LDAP server, but none of them are able to modify contacts data.
Is there a plug-in or anything else to allow such thing?
Regards, Cédric
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我什么都不知道。 但这家伙似乎已经成功地使用 VBScript 做到了这一点,通过一些进一步的工作,您应该能够很好地集成到 Outlook
使用 VBScript 添加/修改/删除 Exchange 联系人
I don't know of any. But this guy seems to have managed doing it with VBScript which with some further work you should be able to nicely integrate into Outlook
Add/Modify/Delete Exchange Contact with VBScript
是的,您不能,即使是现在 - 2011 年末(TB 不支持它,Outlook 2007 也不支持)。 无论如何,一些邮件客户端允许这样做,例如 Evolution。
我没有测试过Outlook 2010,但我感觉这是一样的。
要检查:是否可以修改 ActiveDirectory 目录。 AD 是 LDAP,尽管架构是 Microsoft 特有的。
Yes, you can't, even nowadays - late 2011 (TB is not supporting it, and also Outlook 2007). Anyhow, some mail clients are allowing this, in example Evolution.
I have not tested Outlook 2010, but i feel this is the same.
To check: if you can modify an ActiveDirectory directory. AD is LDAP, although the schema is specific to microsoft.