aboutsummaryrefslogtreecommitdiffstats
path: root/lualdap/doc/us/index.html
blob: d5b8b70e2a53bd0916da5224a7140a6fd98b04cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<! See Copyright Notice in license.html>
<html>

<head>
<style type="text/css">
ul { list-style-type: disc };
</style>
</head>

<body bgcolor="#FFFFFF">

<hr>

<center>
<table border=0 cellspacing=2 cellpadding=2>
<tr><td align=center><a href="http://www.keplerproject.org/lualdap">
<img border=0 alt="LuaLDAP logo" src="lualdap.png"></a>
<tr><td align=center><big><b>LuaLDAP</b></big>
<tr><td align=center valign=top>A
<a href="http://www.lua.org">Lua</a>
interface to the OpenLDAP library
</table>
</center>
<p>

<center><small>
<a href=#over>overview</a> &middot;
<a href=#version>current version</a> &middot;
<a href=#download>download</a> &middot;
<a href=#new>news</a> &middot;
<a href=#installation>installation</a> &middot;
<a href="manual.html">manual</a> &middot;
<a href="license.html">license</a> &middot;
<a href=#hist>history</a>
</small></center>
<p>

<hr>

<h2>Contents</h2>
<p>
<ul>
  <li> <a href=#over>Overview</a>
  <li> <a href=#version>Current Version</a>
  <li> <a href=#download>Download</a>
  <li> <a href=#new>What's new</a>
  <li> <a href=#installation>Installation</a>
  <li> <a href="manual.html">User's manual</a>
    <ul>
      <li> <a href="manual.html#introduction">Introduction</a>
      <li> <a href="#attributes">attributes</a>
      <li> <a href="#dn">DN</a>
      <li> <a href="#initialization_functions">initialization</a>
      <li> <a href="#connection_object">connection</a>
      <li> <a href="manual.html#examples">Examples</a>
    </ul>
  <li> <a href="license.html">Copyright & License</a>
  <li> <a href=#hist>History</a>
</ul>
</p>


<a name=over>
<h2>Overview</h2>
<p>
LuaLDAP is a simple interface from Lua to an LDAP client
(in fact it's a bind to <a href="http://www.openldap.org">OpenLDAP</a> client).
It enables a Lua program to:
<ul>
<li> Connect to an LDAP server;
<li> Execute any operation (search, add, compare, delete, modify and rename);
<li> Retrieve entries and references of the search result.
</ul>
</p>
<p>
LuaLDAP is free software and uses the same
<a href="license.html">license</a>
as Lua 5.0.


<a name=version>
<h2>Current version</h2>
<p>
Current version is 1.0 alpha.
It was developed for Lua 5.0 and OpenLDAP 2.1.
</p>


<a name=download>
<h2>Download</h2>

LuaLDAP can be downloaded in source code from the following links: <p>

<blockquote>
<a href="lualdap-1.0a.tar.gz">lualdap-1.0a.tar.gz</a><br>
<a href="lualdap-1.0a.zip">lualdap-1.0a.zip</a>
</blockquote><p>

<a href="http://www.openldap.org">OpenLDAP</a> can be downloaded from the
<a href="http://www.openldap.org/software/download">OpenLDAP download page</a>.


<a name=new>
<h2>What's new</h2>
<p>
<ul>
  <li>[10/dec/2003] Version 1.0 alpha released
</ul>
</p>


<a name="installation"></a>
<h2>Installation</h2>

<p>
LuaLDAP is a bind to the <a href="http://www.openldap.org">OpenLDAP</a>
library so it depends on it.
You can download the library from the
<a href="http://www.openldap.org/software/download">OpenLDAP download page</a>.
</p>


<a name=hist>
<h2>History</h2>

<p>
LuaLDAP was designed by Roberto Ierusalimschy, Andr&eacute; Carregal
and Tom&aacute;s Guisasola for
<a href="http://www.keplerproject.org">The Kepler Project</a>
that keeps its copyright.
It was implemented by Tom&aacute;s Guisasola.
</p>
<p>
LuaLDAP development was sponsored by 
<a href="http://www.fabricadigital.com.br">F�brica Digital</a>
and FINEP.
</p>

<p>
<center><small>
<a href=#over>overview</a> &middot;
<a href=#version>current version</a> &middot;
<a href=#download>download</a> &middot;
<a href=#new>news</a> &middot;
<a href=#installation>installation</a> &middot;
<a href="manual.html">manual</a> &middot;
<a href="license.html">license</a> &middot;
<a href=#hist>history</a>
</small></center>
<p>

<hr>
<small>
$Id: index.html,v 1.12 2003-12-29 15:48:59 tomas Exp $
</small>

</body>
</html>