Skip to content

Commit

Permalink
Added AD testing into TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremycx committed May 30, 2011
1 parent 4d8334b commit 4f3bc6b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
@@ -1,8 +1,8 @@
node-ldap
=========

OpenLDAP client bindings for Node.js. A good start, but not, as of
this writing, production quality. The API is mostly stable at this point.
OpenLDAP client bindings for Node.js. Requires libraries from
http://www.openldap.org installed.

Contributing
------------
Expand Down Expand Up @@ -37,6 +37,8 @@ Basically, this call will always succeeds, but may throw an error in
the case of improper parameters. Will not return an error unless no
memory is available.

Open Example
------------

var LDAPConnection = require("../LDAP").Connection;
var LDAP = new LDAPConnection();
Expand Down Expand Up @@ -98,5 +100,5 @@ Search Example
TODO:
-----
* Document Modify, Add and Rename


* Testing against Microsoft Active Directory is welcomed, as I don't
have a server to test against.

0 comments on commit 4f3bc6b

Please sign in to comment.