• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.circleci/H05-Jun-2021-158157

debian/H05-Jun-2021-139109

doc.old/us/H05-Jun-2021-

docs/H05-Jun-2021-485344

rockspec/H05-Jun-2021-501491

src/H05-Jun-2021-1,156765

tests/H05-Jun-2021-723538

tests.old/H05-Jun-2021-423250

.gitignoreH A D05-Jun-2021325 3227

.luacovH A D05-Jun-2021116 87

CONTRIBUTING.mdH A D05-Jun-20212.2 KiB4840

MakefileH A D05-Jun-20212.2 KiB8360

Makefile.winH A D05-Jun-2021423 2315

README.mdH A D05-Jun-2021984 2516

TESTING.mdH A D05-Jun-20212.9 KiB9161

configH A D05-Jun-20211.1 KiB4335

config.winH A D05-Jun-2021689 3120

mkdocs.ymlH A D05-Jun-2021263 1211

README.md

1
2![logo](docs/logo/lualdap-logo-512x512.png)
3
4# LuaLDAP
5
6[![CircleCI](https://circleci.com/gh/lualdap/lualdap.svg?style=shield)](https://circleci.com/gh/lualdap/lualdap)
7[![codecov](https://codecov.io/gh/lualdap/lualdap/branch/master/graph/badge.svg)](https://codecov.io/gh/lualdap/lualdap)
8[![License](http://img.shields.io/badge/Licence-MIT-brightgreen.svg)](docs/license.md)
9![version](https://img.shields.io/badge/version-1.3.0-blue)
10
11LuaLDAP is a simple interface from Lua to an LDAP client, in fact
12it is a bind to [OpenLDAP](https://www.openldap.org) client
13or [ADSI](https://docs.microsoft.com/en-us/windows/win32/adsi/about-adsi).
14
15It enables a Lua program to:
16
17* Connect to an LDAP server;
18* Execute any operation (search, add, compare, delete, modify and rename);
19* Retrieve entries and references of the search result.
20
21# Links
22
23The homepage with documentation is at <https://lualdap.github.io/lualdap>,
24and the sources are hosted at <https://github.com/lualdap/lualdap>.
25