Git Product home page Git Product logo

lua-ldap's Introduction

lua_ldap is a fork of LuaLDAP.

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.

LuaLDAP is free software and uses the same license as Lua 5.1.

Current version is 1.0.0. It was developed for both Lua 5.1 and Lua 5.2, and both OpenLDAP 2.1 or newer and ADSI.

Files in the distribution:

/src/*      -- Source files
/tests/*        -- Test files
/rockspecs/         -- luarocks build system releases
Makefile        -- Makefile for Unix systems (deprecated)
config          -- Configurations to build on Unix systems (deprecated)
README.md       -- This file
CONTRIBUTORS.md -- Who contributed what
LICENSE.md      -- MIT License reference

Please see CONTRIBUTORS for contribution information and documentation on original source

lua-ldap's People

Contributors

subnetmarco avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lua-ldap's Issues

multiple host names connection issue

When I try to initialize the connection with multiple host names, "host1 host2", it can't connect and return nil. Single host name works just fine.

Sorry to put this issue on this fork, we are using luarocks to install the package and looks like the original repo has been abandoned.

alloca in old API causes problems

When I try running library on Alpine Linux or Ubuntu it fails, because alloca is not found. If it's possible - we should remove it. If you agree, let me know - I'll make PR.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.