blob: 94b8471c1e074598caf269944fae30da8a8df903 (
plain)
1
2
3
4
5
6
7
8
9
10
|
LuaLDAP is a simple interface for Lua to an LDAP client, in fact it is a
bind to OpenLDAP client or 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
This package is required for LDAP authentication with prosody.
|