【发布时间】:2013-05-11 01:48:58
【问题描述】:
我需要测试从我的应用程序到 LDAP 的连接性。我需要一些可以轻松安装的东西(最好是 xcopy)。
几年前,我为此使用了Active Directory Application Mode (ADAM)。但它在 Windows 8 上不支持。给我一个有趣的错误消息:
You do not have permission to update Windows. Please contact your system administrator.
现在,它看起来像 Active Directory Lightweight Directory Services (AD LDS)。但又一次:
Installer encountered an error: 0x80096002
The certificate for the signer of the message is invalid or not found.
那么两个问题:
- 是否可以在 Windows 8 上使用 AD LDS
- 还有其他选择吗?例如,快速搜索会给出OpenLDAP。
【问题讨论】: