aboutsummaryrefslogtreecommitdiffstats
path: root/lualdap
diff options
context:
space:
mode:
Diffstat (limited to 'lualdap')
-rwxr-xr-xlualdap/doc/us/index.html28
-rwxr-xr-xlualdap/doc/us/manual.html15
2 files changed, 23 insertions, 20 deletions
diff --git a/lualdap/doc/us/index.html b/lualdap/doc/us/index.html
index 5d46b83..ad36418 100755
--- a/lualdap/doc/us/index.html
+++ b/lualdap/doc/us/index.html
@@ -9,6 +9,7 @@
</head>
<body>
+
<div id="container">
<div id="product">
@@ -65,33 +66,32 @@ to:</p>
<li>Retrieve entries and references of the search result.</li>
</ul>
-<p>LuaLDAP is free software and uses the same <a href=
-"license.html">license</a> as Lua 5.0.</p>
+<p>LuaLDAP is free software and uses the same
+<a href="license.html">license</a> as Lua 5.0.</p>
<h2><a name="status"></a>Status</h2>
-<p>Current version is 1.0. It was developed for Lua 5.0 and
-OpenLDAP 2.1.</p>
+<p>Current version is 1.0. It was developed for Lua 5.0 and OpenLDAP 2.1.</p>
-<p>Version 1.0 follows the <a href=
-"http://www.keplerproject.org/compat">package proposal</a> for Lua
-5.1 (see section <a href="manual.html#installation">Installation</a> for more
+<p>Version 1.0 follows the
+<a href="http://www.keplerproject.org/compat">package proposal</a> for Lua
+5.1 (see <a href="manual.html#installation">Installation</a> for more
details).</p>
<h2><a name="download"></a>Download</h2>
<p>LuaLDAP can be downloaded in source code from the
<a href="http://luaforge.net/projects/lualdap/files">LuaForge</a>
-page.</p>
-
-<p>LuaLDAP <a href="http://luaforge.net/scm/?group_id=14">CVS</a>
-can also be accessed at LuaForge</p>
+page. If you are using
+<a href="http://luaforge.net/projects/luabinaries/">LuaBinaries</a> Release 2
+a Windows pre-compiled version of LuaLDAP can also be found at the same
+LuaForge page.</p>
<h2><a name="history"></a>History</h2>
<ul>
- <li>[23/May/2005] Version 1.0 released</li>
- <li>[10/Dec/2003] Version 1.0 Alpha released</li>
+ <li>[25/May/2005] Version 1.0 released</li>
+ <li>[10/Dec/2003] Version 1.0 alpha released</li>
</ul>
<h2><a name="credits"></a>Credits</h2>
@@ -119,7 +119,7 @@ Comments are welcome!</p>
<div id="about">
<p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
<p><small>
- $Id: index.html,v 1.23 2005-05-23 14:41:51 tuler Exp $
+ $Id: index.html,v 1.24 2005-05-24 20:49:55 carregal Exp $
</small></p>
</div> <!-- id="about" -->
diff --git a/lualdap/doc/us/manual.html b/lualdap/doc/us/manual.html
index 5f0ef33..b1293d0 100755
--- a/lualdap/doc/us/manual.html
+++ b/lualdap/doc/us/manual.html
@@ -87,6 +87,10 @@ if you are using Lua 5.0, the files <code>compat-5.1.c</code> and
<code>compat-5.1.lua</code> must be installed in the <code>LUA_PATH</code>.
If you are using Lua 5.1, nothing should be done.</p>
+<p>If you are using the Windows pre-compiled version of LuaLDAP, you have
+to copy the file <code>lualdap.dll</code> to a directory in your
+<code>package.cpath</code>.</p>
+
<h2><a name="attributes"></a>Representing attributes</h2>
<p>Many LDAP operations manage sets of attributes and values.
@@ -131,7 +135,7 @@ section <a href="#related_docs">Related documentation</a>.</p>
<dt><strong><code>lualdap.open_simple (hostname, who, password,
usetls)</code></strong></dt>
<dd>Initializes a session with an LDAP server. This function requires a
- hostname, accordingly to <a href="#related_docs">the C LDAP API</a>
+ hostname, accordingly to the <a href="#related_docs">C LDAP API</a>
definition (<em>"hostname contains a space-separated list of
hostnames or dotted strings representing the IP address of hosts
running an LDAP server to connect to. Each hostname in the list MAY
@@ -156,10 +160,9 @@ executed.</p>
<p>These methods execute asynchronous operations and return a
function that should be called to obtain the result(s). These
functions will return <code>true</code> indicating success of the
-operation; the only exception is the function <code><a href=
-"#conn_compare">compare</a></code> which can return either
-<code>true</code> or <code>false</code> (which is the result of the
-comparison) on a successful operation.</p>
+operation; the only exception is the function <code>compare</code>
+which can return either <code>true</code> or <code>false</code>
+(which is the result of the comparison) on a successful operation.</p>
<p>There are two types of errors: <em>API errors</em>, such as
wrong parameters, absent connection etc.; and <em>LDAP errors</em>,
@@ -322,7 +325,7 @@ ld:delete ("mydn=newuser,ou=people,dc=ldp,dc=world")()
<div id="about">
<p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
<p><small>
- $Id: manual.html,v 1.21 2005-05-23 14:41:51 tuler Exp $
+ $Id: manual.html,v 1.22 2005-05-24 20:49:55 carregal Exp $
</small></p>
</div> <!-- id="about" -->