mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
22d3bcf652
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: http://www.keplerproject.org/lualdap/ PR: 172415 Submitted by: Piotr Florczyk
9 lines
337 B
Plaintext
9 lines
337 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: http://www.keplerproject.org/lualdap/
|