On Wed, Nov 18, 2009 at 9:39 PM, Sean Devlin <francoisdev...@gmail.com> wrote:
>
> I need to query an LDAP directory.  Is there an existing Clojure
> library already?  Simply trying to avoid reinventing the wheel.
>

I worked on some wrapper code to call the Novell ldap library
(http://developer.novell.com/documentation/jldap/jldapenu/api/index.html).
 The code is neither complete nor general enough to present here, but
if you are interested, I can send you what I have.  It currently does
pretty basic things like query the required attributes for an object
class, fetch a specific attribute.  If there are better (more complete
or easier) libraries I should be using for this, I'd be interested in
knowing.

Aravind.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
  • LDAP lib Sean Devlin
    • Re: LDAP lib Aravind Gottipati

Reply via email to