tangsty / lua-ldap

LDAP binding for Lua.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lua_ldap is a fork of LuaLDAP.

LuaLDAP is a simple interface from Lua to an LDAP client, in fact it is a bind to OpenLDAP or to ADSI. 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.1.

Current version is 1.0.0. It was developed for both Lua 5.1 and Lua 5.2, and both OpenLDAP 2.1 or newer and ADSI.

Files in the distribution:

/src/*      -- Source files
/tests/*        -- Test files
/rockspecs/         -- luarocks build system releases
Makefile        -- Makefile for Unix systems (deprecated)
config          -- Configurations to build on Unix systems (deprecated)
README.md       -- This file
CONTRIBUTORS.md -- Who contributed what
LICENSE.md      -- MIT License reference

Please see CONTRIBUTORS for contribution information and documentation on original source

About

LDAP binding for Lua.

License:Other


Languages

Language:C 94.0%Language:Lua 4.2%Language:Makefile 1.8%