由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 头大得不行,请教c# active directory 问题
相关主题
用LDAP存user还是mysql存?should the .dll and .lib have the same name?
active directory在java里有什么替代的?a PERL opendir/readdir question
web services的安全性问题。C++ Q15: throw
怎样返回当前机器所在Domain的server name?怎么做能提供RESTful的安全性?
这里人多,请问Java如何读取需要登录的网页的内容 (转载)AWS authentication 求推荐
访问有安全认证的Web Service,再转换成Json,怎么实现比较好?两道Java面试问题
问个C#的问题Help needed! LDAP Integration with hosted applications (转载)
Anybody knows Active Directory? (转载)问个Spring LDAP searchFilter 配置问题
相关话题的讨论汇总
话题: dc话题: c#
进入Programming版参与讨论
1 (共1页)
g*****r
发帖数: 130
1
生命中遇到不能解决的问题,请大家帮忙, 谢谢:
The following C# call throws COMException with error message “A referral
was returned from the server.”
DirectoryEntry.Exists(LDAP://DC=DomainName1,DC=DomainName2,DC=com)
The domain/forest “DC=DomainName1,DC=DomainName2,DC=com” does exists but
it’s in a different domain/forest from the client who is making the call.
What’s the solution for this problem?
x******o
发帖数: 94
2
ADFS?
z*******6
发帖数: 133
3
LDAP? Authentication problem?
We use following line to open a DirectoryEntry, wish that might help
C#
DirectoryEntry entry = new DirectoryEntry(ldapPath, username, password,
AuthenticationTypes.None);
F#
let entry = new DirectoryEntry(ldapPath, username, password,
AuthenticationTypes.None);
1 (共1页)
进入Programming版参与讨论
相关主题
问个Spring LDAP searchFilter 配置问题这里人多,请问Java如何读取需要登录的网页的内容 (转载)
12306 我太土了 都不知道这是啥玩意访问有安全认证的Web Service,再转换成Json,怎么实现比较好?
开源的赚钱之道(转载于微信)问个C#的问题
*** help needed! on MATLAB GUI ***Anybody knows Active Directory? (转载)
用LDAP存user还是mysql存?should the .dll and .lib have the same name?
active directory在java里有什么替代的?a PERL opendir/readdir question
web services的安全性问题。C++ Q15: throw
怎样返回当前机器所在Domain的server name?怎么做能提供RESTful的安全性?
相关话题的讨论汇总
话题: dc话题: c#