问题描述
我需要阅读 Active Directory、搜索用户并创建用户功能.
I need to read the Active Directory, search users and create user functionality.
我可以在 C# 中使用 DirectoryEntry,而域只是物理服务器.
I am able to use DirectoryEntry in C# and Domain is only physical server.
在我的生产环境中,我有两个具有相同域名的物理域服务器.当我尝试搜索 AD 用户或创建时,出现以下异常.
In my production environment, I have two physical domain servers with same domain name. When I try to search the AD user or create, I am getting the following exception.
异常:0000202B:RefErr:DSID-031007EF,数据 0,1 个访问点"[扩展错误 8235]
请注意,我在域上拥有域管理员权限,但我仍然遇到同样的问题.
Note that I have Domain Admin privileges on the domain but I'm still having the same issue.
推荐答案
0000202B: 可能意味着错误的 DN/searchbase,如错误的 DC 值等.
0000202B: could mean wrong DN/searchbase like incorrect DC value etc.
这篇关于访问创建用户时发生主要活动异常:异常 0000202B:RefErr:DSID-031007EF,数据 0、1 个接入点"[扩展错误 8235]的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!