We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d32bb commit a24d607Copy full SHA for a24d607
Release-Announcement
@@ -1,7 +1,9 @@
1
We're pleased to announce the first release of Net::LDAP, the first
2
pure-Ruby LDAP library. Net::LDAP intends to be a feature-complete
3
LDAP client which can access as much as possible of the functionality
4
-of the most-used LDAP server implementations.
+of the most-used LDAP server implementations. This library does
5
+not wrap any existing native-code LDAP libraries, creates no
6
+Ruby extensions, and has dependencies external to Ruby.
7
8
Net::LDAP includes a full implementation of the LDAP wire-line
9
protocol so it can also be used in LDAP server implementations.
0 commit comments