Skip to content

lualdap/lualdap

 
 

Repository files navigation

logo

LuaLDAP

CircleCI codecov License version

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

Links

The homepage with documentation is at https://lualdap.github.io/lualdap, and the sources are hosted at https://github.com/lualdap/lualdap.

Packages

No packages published

Languages

  • Lua 45.9%
  • C 30.9%
  • HTML 18.8%
  • Shell 2.3%
  • Makefile 2.1%