./databases/lua-ldap, Simple interface from Lua to an LDAP client

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.4.0, Package name: lua54-ldap-1.4.0, Maintainer: pkgsrc-users

LuaLDAP is a simple interface from Lua to an LDAP client, in fact
it is a bind to OpenLDAP (https://www.openldap.org) client or ADSI
(https://docs.microsoft.com/en-us/windows/win32/adsi/about-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.



Master sites:

Filesize: 81.255 KB

Version history: (Expand)


CVS history: (Expand)


   2026-01-09 16:28:05 by Stephen Borrill | Files touched by this commit (2) | Package updated
Log message: lua-ldap: update to 1.4.0 Changes since 1.3.0: 1.4.0: Changed Add optional timeout argument to open and open_simple 1.3.1: Fixed Fix segfault in search() with multiple attrs Changed Improve example with search() in manual 
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2297)
Log message: *: bump for openssl 3 
   2022-05-09 00:47:16 by Pierre Pronchery | Files touched by this commit (4)
Log message: lua-ldap: import version 1.3.0 LuaLDAP is a simple interface from Lua to an LDAP client, in fact it is a bind to OpenLDAP (https://www.openldap.org) client or ADSI (https://docs.microsoft.com/en-us/windows/win32/adsi/about-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.