加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > Windows > 正文

.net – 用于Windows 8上的开发目的的LDAP服务器

发布时间:2020-12-14 04:08:23 所属栏目:Windows 来源:网络整理
导读:我需要测试从我的应用程序到LDAP的连接.我需要一些我可以轻松安装的东西(首选是xcopy). 多年前我用Active Directory Application Mode (ADAM)就是为了这个目的.但它在Windows 8上不受支持.给我有趣的错误消息: You do not have permission to update Window
我需要测试从我的应用程序到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.

如果您使用的是Windows 8 Pro,则包含AD LDS.
转到打开或关闭Windows功能,选择Active Directory轻量级目录服务.

您也可以使用powershell

Enable-WindowsOptionalFeature -Online -FeatureName DirectoryServices-ADAM-Client

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读