File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 77// Load Composer Libs
88require_once __DIR__ . "/../vendor/autoload.php " ;
99
10+ // submodule
11+ require_once __DIR__ . "/lib/phpopenldaper/src/PHPOpenLDAPer/LDAPEntry.php " ;
12+ require_once __DIR__ . "/lib/phpopenldaper/src/PHPOpenLDAPer/LDAPConn.php " ;
13+
1014// load libs
1115require_once __DIR__ . "/lib/UnityLDAP.php " ;
1216require_once __DIR__ . "/lib/UnityUser.php " ;
Original file line number Diff line number Diff line change 22
33require_once __DIR__ . "/../vendor/autoload.php " ;
44
5+ // submodule
6+ require_once __DIR__ . "/../resources/lib/phpopenldaper/src/PHPOpenLDAPer/LDAPEntry.php " ;
7+ require_once __DIR__ . "/../resources/lib/phpopenldaper/src/PHPOpenLDAPer/LDAPConn.php " ;
8+
59require_once __DIR__ . "/../resources/lib/UnityLDAP.php " ;
610require_once __DIR__ . "/../resources/lib/UnityUser.php " ;
711require_once __DIR__ . "/../resources/lib/UnityGroup.php " ;
You can’t perform that action at this time.
0 commit comments