Skip to content
This repository has been archived by the owner on Jul 16, 2019. It is now read-only.
/ lualdap Public archive
forked from lualdap/lualdap

LuaLDAP is a simple interface from Lua to an LDAP client (in fact it's a bind to OpenLDAP client). LuaLDAP is free software and uses the same license as Lua 5.0.This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010.If you are the maintainer, please fork and then email luaforge@gmail.com and ask us to "reroot" it to…

License

Notifications You must be signed in to change notification settings

bdellegrazie/lualdap

 
 

Repository files navigation

No longer maintained

Please see the original fork: lualdap/lualdap - this is maintained

LuaLDAP (https://github.com/bdellegrazie/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.2.2. 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:

/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
config.win      -- Configurations to build on Windows systems
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

LuaLDAP is a simple interface from Lua to an LDAP client (in fact it's a bind to OpenLDAP client). LuaLDAP is free software and uses the same license as Lua 5.0.This repository was converted from a CVS repository on luaforge.net on Jan. 20, 2010.If you are the maintainer, please fork and then email luaforge@gmail.com and ask us to "reroot" it to…

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 64.3%
  • Lua 27.8%
  • Shell 4.1%
  • Ruby 2.3%
  • Makefile 1.5%