Contributors
LuaLDAP was originally created by the Kepler Project (designed and implemented by Roberto Ierusalimschy, André Carregal and Tomás Guisasola).
A CVS-to-Git conversion was done by LuaForge from their project to a GitHub repository.
From there, the community took over and moved in a new repository under the LuaLDAP GitHub organisation. The following maintainers curated fixes, improvements and releases:
- Brett Delle Grazie : 2014 - 2015
- Dennis Schridde : 2017 - 2019
- François Perrad : 2021 - 2023
Significant contributions were made by (in order of appearance):
- Matthew Wild mwild1@gmail.com: Bugfixes; curation of community patches
- Dennis Schridde devurandom@gmx.net: Lua 5.1, 5.2, 5.3 compatibility; OpenLDAP 2.3 compatibility; initial CircleCI and Codecov setup; bugfixes; curation of community patches
- Michael Bienia geser@ubuntu.com, Micah Gersten micahg@ubuntu.com, Luca Capello luca@pca.it: Bugfix for Debian
- John Regan john@jrjrtech.com: Initial Rockspec
- Dan Callaghan djc@djc.id.au: Initial test harness using a live OpenLDAP server; bugfixes
- Brett Delle Grazie brett.dellegrazie@indigoblue.co.uk: Documentation updates; curation of community patches
- Jakub Jirutka jakub@jirutka.cz: Initial Travis CI setup; bugfixes
- Victor Seva linuxmaniac@torreviejawireless.org:
lualdap
global variable only with Lua 5.1 - François Perrad francois.perrad@gadz.org: Lua 5.4 compatiblity, fix WinLDAP
- Daurnimator - Cleanup
- Cyril Romain cyril@romain.tf: Fix segfault in
search()
with multiple attrs - Will Robertson wspr81@gmail.com: Improve example with
search()
in manual - Alex Dowad alexinbeijing@gmail.com: Add optional timeout argument to open and open_simple