aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.xml
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mekanisti.fi>2009-10-18 12:57:42 +0300
committerFilipp Lepalaan <filipp@mekanisti.fi>2009-10-18 12:57:42 +0300
commitd42f8492e72918623e2d47dba939b667320e7ceb (patch)
treeac26f5d0cea5a71f1132583b3eb502b65bfac9b9 /manifest.xml
downloadauth_ldap-master.tar.gz
auth_ldap-master.tar.bz2
auth_ldap-master.zip
Initial commitHEADmaster
Diffstat (limited to 'manifest.xml')
-rw-r--r--manifest.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml
new file mode 100644
index 0000000..d6d90fc
--- /dev/null
+++ b/manifest.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<extension engine="1.0">
+ <id>auth_ldap</id>
+ <title>LDAP authentication module</title>
+ <version>0.1</version>
+ <description>Enables PunBB to authenticate against LDAP</description>
+ <author>Filipp Lepalaan</author>
+
+ <minversion>1.3dev</minversion>
+ <maxtestedon>1.3</maxtestedon>
+
+ <hooks>
+ <hook id="li_login_form_submitted"><![CDATA[
+ require_once $ext_info['path'].'/auth_ldap.php';
+ ]]>
+ </hook>
+ </hooks>
+</extension>