diff options
author | mandree <mandree@FreeBSD.org> | 2013-01-18 07:44:11 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2013-01-18 07:44:11 +0800 |
commit | bfe2d75d9bcb8dfdc69469deda25df06870d489b (patch) | |
tree | f839c154a82812d78d725c00c6651f10f21a6008 /net/Makefile | |
parent | 4a5252a917e420c841c4e59231c14c3f1227f970 (diff) | |
download | freebsd-ports-gnome-bfe2d75d9bcb8dfdc69469deda25df06870d489b.tar.gz freebsd-ports-gnome-bfe2d75d9bcb8dfdc69469deda25df06870d489b.tar.zst freebsd-ports-gnome-bfe2d75d9bcb8dfdc69469deda25df06870d489b.zip |
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.
WWW: http://www.keplerproject.org/lualdap/
PR: 172415
Submitted by: Piotr Florczyk
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 185056ef3981..93b134331fa7 100644 --- a/net/Makefile +++ b/net/Makefile @@ -366,6 +366,7 @@ SUBDIR += lla SUBDIR += ltm SUBDIR += lua50-luasocket + SUBDIR += lualdap SUBDIR += luasocket SUBDIR += lvwimax SUBDIR += mDNSResponder |