Path to this page:
./
databases/lua-ldap,
Simple interface from Lua to an LDAP client
Branch: CURRENT,
Version: 1.4.0,
Package name: lua54-ldap-1.4.0,
Maintainer: pkgsrc-usersLuaLDAP 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)
- (2026-01-09) Updated to version: lua54-ldap-1.4.0
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2023-10-25) Updated to version: lua54-ldap-1.3.0nb1
- (2022-05-09) Package added to pkgsrc.se, version lua53-ldap-1.3.0 (created)
CVS history: (Expand)
2026-01-09 16:28:05 by Stephen Borrill | Files touched by this commit (2) |  |
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.
|