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.1. It was developed for Lua 5.0 and OpenLDAP 2.1.

Version 1.0.1 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 binary version of LuaLDAP can be found at the same LuaForge page.

History

  • [28/Mar/2006] Version 1.0.1 released
  • [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!

You can also reach other Kepler developers and users on the Kepler Project mailing list.

Valid XHTML 1.0!

$Id: index.html,v 1.30 2006-03-25 15:51:04 carregal Exp $