Git Product home page Git Product logo

eldap's Introduction

Hi, 

This is 'eldap', the Erlang LDAP library.

It exports an API that can do all possible operations
you may want to do against an LDAP server. The code has
been tested to work at some point, but only the bind
and search operations are running daily in our products,
so there may be bugs lurking in some parts of the code.

To just use eldap for doing authentication, do like in:

 {ok,X} = eldap:open(["ldap.mycorp.com"], []).
 eldap:simple_bind(X, "uid=tobbe,ou=People,dc=mycorp,dc=com", "passwd").

In the doc/README.example you'll find a trace from a
Erlang shell session as an example on how to setup a
connection, authenticate (bind) and perform a search.
Note that by using the option {ssl, true}, you should
be able to setup an SSL tunnel (LDAPS) if your Erlang
system has been configured with SSL.

In the test directory there are some hints and examples
on how to test the code and how to setup and populate 
an OpenLDAP server. The 'eldap' code has been tested
agains OpenLDAP, IPlanet and ActiveDirectory servers.

If you plan to incorporate this code into your system
I suggest that you build a server/supervisor harnesk
that uses 'eldap' (as we have done in our products).

Good luck ! 
/Tobbe

eldap's People

Contributors

mdaguete avatar voluntas avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.