c6a174f15d
PR: 245197 Submitted by: Matthieu Volat <mazhe@alkumuna.eu> Approved by: maintainer timeout
9 lines
334 B
Plaintext
9 lines
334 B
Plaintext
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.
|
|
|
|
WWW: https://github.com/lualdap/lualdap
|