Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试编写自己的 LDAP 客户端库。您想给我一些使用 OOP 的此类库的示例吗?它们可以用 C++、Java、C# 等编写。
提前致谢!
在 java 中,LDAP 可以通过标准发行版中的 javax.naming.ldap.* 包连接。我找到了以下两个链接,您可以在其中获取示例代码。
http://www.adamretter.org.uk/blog/entries/LDAPTest.java
http://code.google.com/p/java-use-examples/source/browse/trunk/src/com/aw/ad/LdapBasicExample.java?r=2