summaryrefslogtreecommitdiff
path: root/databases/lua-ldap/DESCR
blob: 5beb5dee99e6899459708d0b38ca5ee9b8d62cd1 (plain)
1
2
3
4
5
6
7
8
9
10
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.