liquid_feedback_frontend
diff env/ldap/__init.lua @ 1071:58f48a8a202a
Imported and merged LDAP patch
author | bsw |
---|---|
date | Fri Jul 18 21:42:59 2014 +0200 (2014-07-18) |
parents | |
children | 02772bc49467 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/env/ldap/__init.lua Fri Jul 18 21:42:59 2014 +0200 1.3 @@ -0,0 +1,2 @@ 1.4 +-- Lua library path for C modules for mldap 1.5 +package.cpath = request.get_app_basepath() .. "/lib/mldap/?.so" .. ";" .. package.cpath 1.6 \ No newline at end of file