如何查明计算机是否连接到 Novell eDirectory 或 Microsoft ActiveDirectory?
我刚刚在我的应用程序中实现了 Novell eDirectory。由于我们的应用程序支持 Microsoft ActiveDirectory,我想阻止其他配置参数,例如“Novell yes/no…
如何通过System.DirectoryServices访问Novell网络?
ActiveDirectory public static DirectoryEntry GetRootDSE() { DirectoryEntry rootDSE = new DirectoryEntry("LDAP://rootDSE") return rootDSE } …
如何使用 System.DirectoryServices.Protocols 更改密码
我们的用户存储是一个名为 eDirectory 的 LDAP 服务器。如何使用 System.DirectoryServices.Protocols 更改用户密码?…
使用 DirectoryServices 从 C# 连接到 LDAP
我正在尝试连接到运行 LDAP 的 edirectory v8.8 服务器。我将如何在 .NET 中做到这一点?我是否仍然可以使用 System.DirectoryService 中的类,例如 D…
如何在 J2SE 中使用 Novell eDirectory 服务?
如何在 J2SE 中使用 Novell eDirectory 服务? JNDI 可以与 eDirectory 一起使用吗? 我可以使用哪些资源来了解您建议的一个或多个图书馆? 我现在只…
- 共 1 页
- 1