Skip to content
forked from lualdap/lualdap

LuaLDAP is a binding for the OpenLDAP client libraries

License

Notifications You must be signed in to change notification settings

DanScharon/lualdap

 
 

Repository files navigation

LuaLDAP

CircleCI codecov

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

Installation

Current version is 1.2.5. It was developed for Lua 5.1, 5.2 and 5.3, and both OpenLDAP 2.3 or newer.

Source code directory structure

Files in the distribution:

/doc/us/*.html  -- Documentation
/src/*			    -- Source files
/tests/*        -- Test files
/vc6/*          -- Build files for MS Visual C 6 (deprecated)
/rockspecs/     -- luarocks build system releases
Makefile        -- Makefile for Unix systems (deprecated)
config          -- Configurations to build on Unix systems (deprecated)
Makefile.win    -- Makefile for Windows systens with MS Visual C 8 (unmaintained)
config.win      -- Configurations to build on Windows systems (unmaintained)
README.md       -- This file
NEWS.md         -- News and release notes
CONTRIBUTORS.md -- Who contributed what
LICENSE.md      -- MIT License reference

License

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

Contributors

Please see CONTRIBUTORS for contribution information and documentation on original source.

About

LuaLDAP is a binding for the OpenLDAP client libraries

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 76.6%
  • Lua 18.4%
  • Shell 2.8%
  • Makefile 2.2%