diff options
author | Andreas Gohr <andi@splitbrain.org> | 2012-11-09 14:13:32 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2012-11-09 14:13:32 +0100 |
commit | 76ce1169a0c8cbb18423b1581800b9aa1050ccd5 (patch) | |
tree | 66dc50b51ee4ed6dfa68c2359416eb60582809af /lib/plugins/authad/auth.php | |
parent | 5a65cc7f5700c1a96e469b9f5a57bbe1ca879f53 (diff) | |
download | rpg-76ce1169a0c8cbb18423b1581800b9aa1050ccd5.tar.gz rpg-76ce1169a0c8cbb18423b1581800b9aa1050ccd5.tar.bz2 |
moved adLDAP to authad plugin and fixed includes
Diffstat (limited to 'lib/plugins/authad/auth.php')
-rw-r--r-- | lib/plugins/authad/auth.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/plugins/authad/auth.php b/lib/plugins/authad/auth.php index e82610327..5c566195e 100644 --- a/lib/plugins/authad/auth.php +++ b/lib/plugins/authad/auth.php @@ -2,8 +2,6 @@ // must be run within Dokuwiki if(!defined('DOKU_INC')) die(); -require_once(DOKU_INC.'inc/adLDAP.php'); - /** * Active Directory authentication backend for DokuWiki * @@ -41,7 +39,7 @@ require_once(DOKU_INC.'inc/adLDAP.php'); * @author Jan Schumann <js@schumann-it.com> */ -require_once(DOKU_INC.'inc/adLDAP/adLDAP.php'); +require_once(DOKU_PLUGIN.'authad/adLDAP/adLDAP.php'); class auth_plugin_authad extends DokuWiki_Auth_Plugin { /** |