LuaLDAP
A Lua interface to the OpenLDAP library

Overview

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

  • Connect to an LDAP server;
  • Execute any operation (search, add, compare, delete, modify and rename);
  • Retrieve entries and references of the search result.

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

Status

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

Version 1.0 follows the package model for Lua 5.1 (see Installation for more details).

Download

LuaLDAP can be downloaded in source code from the LuaForge page. If you are using LuaBinaries Release 2 a Windows pre-compiled version of LuaLDAP can also be found at the same LuaForge page.

History

  • [10/Jun/2005] Version 1.0 released
  • [10/Dec/2003] Version 1.0 alpha released

Credits

LuaLDAP was designed by Roberto Ierusalimschy, André Carregal and Tomás Guisasola as part of the Kepler Project which holds its copyright. It was implemented by Tomás Guisasola.

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

Contact us

For further information please contact us. Comments are welcome!

Valid XHTML 1.0!

$Id: index.html,v 1.27 2005/06/10 20:45:34 tuler Exp $