diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2013-01-17 23:44:11 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2013-01-17 23:44:11 +0000 |
commit | 22d3bcf6526667b77f356c68f4eac41b5405f586 (patch) | |
tree | f839c154a82812d78d725c00c6651f10f21a6008 /net/Makefile | |
parent | 47897d0dce03528efe1817ee870d4c62e63a4dd7 (diff) | |
download | ports-22d3bcf6526667b77f356c68f4eac41b5405f586.tar.gz ports-22d3bcf6526667b77f356c68f4eac41b5405f586.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
Notes
Notes:
svn path=/head/; revision=310576
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 |