DESCR 295 B

12345678
  1. LuaLDAP is a simple interface from Lua to an LDAP client, in fact it is
  2. a bind to OpenLDAP or to ADSI. It enables a Lua program to:
  3. * Connect to an LDAP server;
  4. * Execute any operation (search, add, compare, delete, modify and
  5. rename);
  6. * Retrieve entries and references of the search result.