Skip to content

lualdap/lualdap

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 198 commits ahead of luaforge:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

logo

LuaLDAP

CircleCI codecov License version

LuaLDAP is a simple interface from 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.

Links

The homepage with documentation is at https://lualdap.github.io/lualdap, and the sources are hosted at https://github.com/lualdap/lualdap.

About

LuaLDAP is a binding for the OpenLDAP client libraries

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 45.2%
  • C 30.6%
  • HTML 19.2%
  • Shell 2.9%
  • Makefile 2.1%