From b35f83edc5dc017249b5861dc978337e120800f6 Mon Sep 17 00:00:00 2001 From: Andre Carregal Date: Fri, 10 Jun 2005 20:34:20 +0000 Subject: Documentation update --- lualdap/doc/us/manual.html | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'lualdap/doc/us/manual.html') diff --git a/lualdap/doc/us/manual.html b/lualdap/doc/us/manual.html index f20eb7b..6be33c9 100755 --- a/lualdap/doc/us/manual.html +++ b/lualdap/doc/us/manual.html @@ -70,8 +70,6 @@ tables; attributes are its fields. The attribute values can be strings or tables of strings (used to represent multiple values).

-

Installation

-

LuaLDAP is a bind to the OpenLDAP library, therefore it depends on a previous installation of this library. You can @@ -79,21 +77,23 @@ download OpenLDAP from the OpenLDAP download page.

-

LuaLDAP follows the package model for Lua -5.1, therefore this package should be "installed". In other words, -if you are using Lua 5.0, the files compat-5.1.c and -compat-5.1.h must be used in the compilation and the file -compat-5.1.lua must be installed in the LUA_PATH. -If you are using Lua 5.1, nothing should be done.

- -

If you are using the Windows pre-compiled version of LuaLDAP, refer -to -Compat-5.1 configuration section about how to install -lualdap.dll properly. The file libsasl.dll -must also be copied to the directory that contains the Lua interpreter -(lua50.exe) or any other Lua host application -(a Kepler launcher for example).

+

LuaLDAP source consists in a single C source file. +The distribution provides a Makefile prepared to +compile the library and install it. The file config should +be edited to suit the needs of the aimed platform.

+ +

Installation

+ +

LuaLDAP follows the +package model +for Lua 5.1, therefore it should be "installed". Refer to + +Compat-5.1 configuration section about how to install the compiled +binary properly.

+ +

Windows users can use the pre-compiled version of LuaLDAP +(libsasl.dll) available at +LuaForge.

Representing attributes

@@ -329,7 +329,7 @@ ld:delete ("mydn=newuser,ou=people,dc=ldp,dc=world")()

Valid XHTML 1.0!

- $Id: manual.html,v 1.24 2005-05-24 23:27:38 carregal Exp $ + $Id: manual.html,v 1.25 2005-06-10 20:34:20 carregal Exp $

-- cgit v1.2.3-59-g8ed1b