aboutsummaryrefslogtreecommitdiffstats
path: root/lualdap/doc/us
diff options
context:
space:
mode:
Diffstat (limited to 'lualdap/doc/us')
-rwxr-xr-xlualdap/doc/us/index.html18
-rwxr-xr-xlualdap/doc/us/manual.html18
2 files changed, 18 insertions, 18 deletions
diff --git a/lualdap/doc/us/index.html b/lualdap/doc/us/index.html
index 9f45d30..5e5a010 100755
--- a/lualdap/doc/us/index.html
+++ b/lualdap/doc/us/index.html
@@ -3,7 +3,7 @@
<html>
<head>
- <title>LuaLDAP: A Lua interface to the OpenLDAP library</title>
+ <title>LuaLDAP: A Lua interface to an LDAP library</title>
<link rel="stylesheet" href="http://www.keplerproject.org/doc.css" type="text/css"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
@@ -19,7 +19,7 @@
</a>
</div>
<div id="product_name"><big><strong>LuaLDAP</strong></big></div>
- <div id="product_description">A Lua interface to the OpenLDAP library</div>
+ <div id="product_description">A Lua interface to an LDAP library</div>
</div> <!-- id="product" -->
<div id="main">
@@ -65,7 +65,7 @@
<p>LuaLDAP is a simple interface from Lua to an LDAP client, in
fact it is a bind to
-<a href="http://www.openldap.org">OpenLDAP</a>. It enables a Lua program to:</p>
+<a href="http://www.openldap.org">OpenLDAP</a> or to <a href="http://msdn2.microsoft.com/en-us/library/aa772161.aspx">ADSI</a>. It enables a Lua program to:</p>
<ul>
<li>Connect to an LDAP server;</li>
@@ -79,8 +79,8 @@ fact it is a bind to
<h2><a name="status"></a>Status</h2>
-<p>Current version is 1.0.2. It was developed for both Lua 5.0 and Lua 5.1, and
-<a href="http://www.openldap.org">OpenLDAP</a> 2.1.</p>
+<p>Current version is 1.1. It was developed for both Lua 5.0 and Lua 5.1, and both
+<a href="http://www.openldap.org">OpenLDAP</a> 2.1 or newer and <a href="http://msdn2.microsoft.com/en-us/library/aa772161.aspx">ADSI</a>.</p>
<h2><a name="download"></a>Download</h2>
@@ -94,8 +94,8 @@ LuaForge page.</p>
<h2><a name="history"></a>History</h2>
<dl class="history">
- <dt><strong>Version 1.0.2</strong> [?/?/2006]</dt>
- <dd>adapted to work on both Lua 5.0 and Lua 5.1.</dd>
+ <dt><strong>Version 1.1</strong> [?/?/2007]</dt>
+ <dd>adapted to work on both Lua 5.0 and Lua 5.1 and to work with ADSI on Windows.</dd>
<dt><strong>Version 1.0.1</strong> [04/Apr/2006]</dt>
<dd>Compatible with Compat-5.1 R5.</dd>
@@ -112,7 +112,7 @@ LuaForge page.</p>
<p>LuaLDAP was designed by Roberto Ierusalimschy, Andr&eacute;
Carregal and Tom&aacute;s Guisasola as part of the
<a href="http://www.keplerproject.org">Kepler Project</a>
-which holds its copyright. It was implemented by Tom&aacute;s Guisasola.</p>
+which holds its copyright. It was implemented by Tom&aacute;s Guisasola and Leonardo Godinho with contributions by Mark Edgar.</p>
<p>LuaLDAP development was sponsored by
<a href="http://www.fabricadigital.com.br">F&aacute;brica Digital</a> and FINEP.</p>
@@ -133,7 +133,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.33 2006-07-24 01:42:06 tomas Exp $</small></p>
+ <p><small>$Id: index.html,v 1.34 2007-03-13 22:07:33 godinho Exp $</small></p>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
diff --git a/lualdap/doc/us/manual.html b/lualdap/doc/us/manual.html
index 2313334..d1c6a91 100755
--- a/lualdap/doc/us/manual.html
+++ b/lualdap/doc/us/manual.html
@@ -3,7 +3,7 @@
<html>
<head>
- <title>LuaLDAP: A Lua interface to the OpenLDAP library</title>
+ <title>LuaLDAP: A Lua interface to an LDAP library</title>
<link rel="stylesheet" href="http://www.keplerproject.org/doc.css" type="text/css"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
@@ -17,7 +17,7 @@
<img alt="LuaLDAP logo" width="128" height="128" src="lualdap.png"/>
</a></div>
<div id="product_name"><big><strong>LuaLDAP</strong></big></div>
- <div id="product_description">A Lua interface to the OpenLDAP library</div>
+ <div id="product_description">A Lua interface to an LDAP library</div>
</div> <!-- id="product" -->
<div id="main">
@@ -63,7 +63,7 @@
<p>LuaLDAP is a simple interface from Lua to an LDAP client, in
fact it is a bind to <a href="http://www.openldap.org">OpenLDAP</a>
-client.</p>
+client or <a href="http://msdn2.microsoft.com/en-us/library/aa772161.aspx">ADSI</a> client</p>
<p>LuaLDAP defines one single global variable: a table called
<code>lualdap</code>. This table holds the functions used to create an
@@ -78,12 +78,12 @@ strings or tables of strings (used to represent multiple
values).</p>
<p>LuaLDAP is a bind to the
-<a href="http://www.openldap.org">OpenLDAP</a> library and it
-depends on a previous installation of this library. You can
+<a href="http://www.openldap.org">OpenLDAP</a> library or to <a href="http://msdn2.microsoft.com/en-us/library/aa772161.aspx">ADSI</a> library and it
+depends on a previous installation of any of this libraries. You can
download OpenLDAP from the
<a href="http://www.openldap.org/software/download">OpenLDAP download</a>
-page.</p>
-
+page. ADSI is included on Windows 2000 or newer. Windows NT/Me/98/95
+requires an <a href="http://msdn2.microsoft.com/en-us/library/aa772161.aspx">Active Directory Client Extension</a></p>
<h2><a name="building"></a>Building</h2>
<p>
@@ -109,7 +109,7 @@ which is not obtained from the installed software.
<a href="http://www.lua.org/manual/5.1/manual.html#pdf-package.cpath">C path</a>.
Lua 5.0 users should install <a href="http://www.keplerproject.org/compat">Compat-5.1</a> also.</p>
-<p>Windows users can use the binary versions of LuaLDAP
+<p>Windows users of OpenLDAP 2.1 can use the binary versions of LuaLDAP
(<code>lualdap.dll</code>) and OpenLDAP
(<code>libsasl.dll</code>) available at
<a href="http://luaforge.net/projects/lualdap/files">LuaForge</a>.</p>
@@ -344,7 +344,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.31 2006-07-24 01:42:06 tomas Exp $</small></p>
+ <p><small>$Id: manual.html,v 1.32 2007-03-13 22:07:33 godinho Exp $</small></p>
</div> <!-- id="about" -->
</div> <!-- id="container" -->