Merge branch 'pu'
[jungerl.git] / lib / eldap / README
blobaac22d1112be9aab48f63697a60abe8a377e5f5c
1 Hi, 
3 This is 'eldap', the Erlang LDAP library.
5 It exports an API that can do all possible operations
6 you may want to do against an LDAP server. The code has
7 been tested to work at some point, but only the bind
8 and search operations are running daily in our (Nortel's)
9 products, so there may be bugs lurking in some parts of
10 the code.
12 In the doc/README.example you'll find a trace from a
13 Erlang shell session as an example on how to setup a
14 connection, authenticate (bind) and perform a search.
15 Note that by using the option {ssl, true}, you should
16 be able to setup an SSL tunnel (LDAPS) if your Erlang
17 system has been configured with SSL.
19 In the test directory there are some hints and examples
20 on how to test the code and how to setup and populate 
21 an OpenLDAP server. The 'eldap' code has been tested
22 agains OpenLDAP, IPlanet and ActiveDirectory servers.
24 If you plan to incorporate this code into your system
25 I suggest that you build a server/supervisor harnesk
26 that uses 'eldap' (as we have done in our products).
28 Good luck ! 
29 /Tobbe