]> git.pld-linux.org Git - packages/dokuwiki.git/blob - adldap.patch
up to 2015-08-10, uses composer to load extra deps
[packages/dokuwiki.git] / adldap.patch
1 --- dokuwiki-2015-08-10/./lib/plugins/authad/auth.php~  2015-08-10 11:06:28.000000000 +0300
2 +++ dokuwiki-2015-08-10/./lib/plugins/authad/auth.php   2015-08-11 15:26:57.947057496 +0300
3 @@ -2,8 +2,8 @@
4  // must be run within Dokuwiki
5  if(!defined('DOKU_INC')) die();
6  
7 -require_once(DOKU_PLUGIN.'authad/adLDAP/adLDAP.php');
8 -require_once(DOKU_PLUGIN.'authad/adLDAP/classes/adLDAPUtils.php');
9 +require_once '/usr/share/php/adLDAP/adLDAP.php';
10 +require_once '/usr/share/php/adLDAP/classes/adLDAPUtils.php';
11  
12  /**
13   * Active Directory authentication backend for DokuWiki
This page took 0.066411 seconds and 3 git commands to generate.