aboutsummaryrefslogtreecommitdiffstats
path: root/lualdap/README
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2015-03-09 18:13:13 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2015-03-10 14:35:22 +0100
commit25400cb17e2e531266e0e1c7149800c3fa0609dd (patch)
tree23d813c1daa7c004e0456c8e132dac03dbf007c5 /lualdap/README
parentLink to version 1.0 (diff)
downloadlualdap-25400cb17e2e531266e0e1c7149800c3fa0609dd.tar.xz
lualdap-25400cb17e2e531266e0e1c7149800c3fa0609dd.zip
Modernize project1.2.0
Diffstat (limited to 'lualdap/README')
-rwxr-xr-xlualdap/README28
1 files changed, 0 insertions, 28 deletions
diff --git a/lualdap/README b/lualdap/README
deleted file mode 100755
index 0b748b6..0000000
--- a/lualdap/README
+++ /dev/null
@@ -1,28 +0,0 @@
-LuaLDAP
-(http://www.keplerproject.org/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.1. It was developed for both Lua 5.0 and Lua 5.1,
-and both OpenLDAP 2.1 or newer and ADSI.
-
-Files in the distribution:
-
- /doc/us/*.html -- Documentation
- /src/* -- Source files
- /tests/* -- Test files
- /vc6/* -- Build files for MS Visual C 6 (deprecated)
- Makefile -- Makefile for Unix systems
- config -- Configurations to build on Unix systems
- Makefile.win -- Makefile for Windows systens with MS Visual C 8
- config.win -- Configurations to build on Windows systems
- README -- This file
-
-$Id: README,v 1.7 2007-12-14 15:14:54 carregal Exp $