LuaLDAP logo
LuaLDAP
A Lua interface to the OpenLDAP library

overview · current version · download · news · installation · manual · license · history


Contents

Overview

LuaLDAP is a simple interface from Lua to an LDAP client (in fact it's a bind to OpenLDAP client). It enables a Lua program to:

LuaLDAP is free software and uses the same license as Lua 5.0.

Current version

Current version is 1.0 alpha. It was developed for Lua 5.0 and OpenLDAP 2.1.

Download

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

lualdap-1.0a.tar.gz
lualdap-1.0a.zip

OpenLDAP can be downloaded from the OpenLDAP download page.

What's new

Installation

LuaLDAP is a bind to the OpenLDAP library so it depends on it. You can download the library from the OpenLDAP download page.

History

LuaLDAP was designed by Roberto Ierusalimschy, André Carregal and Tomás Guisasola for The Kepler Project that keeps its copyright. It was implemented by Tomás Guisasola.

LuaLDAP development was sponsored by Fábrica Digital and FINEP.

overview · current version · download · news · installation · manual · license · history


$Id: index.html,v 1.12 2003-12-29 15:48:59 tomas Exp $