aboutsummaryrefslogtreecommitdiffstats
path: root/lualdap/doc/us/manual.html
diff options
context:
space:
mode:
authorAndre Carregal <carregal@luaforge.net>2005-05-24 20:49:55 +0000
committerAndre Carregal <carregal@luaforge.net>2005-05-24 20:49:55 +0000
commit7d1e1f28cc3f5e9df9566ac8901412f1797d0a78 (patch)
treeb3147926a5da2ccf6a7ecad3f817b5bb32a0aff2 /lualdap/doc/us/manual.html
parentDocumentation update (diff)
downloadlualdap-7d1e1f28cc3f5e9df9566ac8901412f1797d0a78.tar.xz
lualdap-7d1e1f28cc3f5e9df9566ac8901412f1797d0a78.zip
Documentation update
Diffstat (limited to 'lualdap/doc/us/manual.html')
-rwxr-xr-xlualdap/doc/us/manual.html15
1 files changed, 9 insertions, 6 deletions
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" -->