File tree Expand file tree Collapse file tree 6 files changed +15
-3
lines changed Expand file tree Collapse file tree 6 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,10 @@ resources/custom_user_mappings/*.csv
9
9
** /.rnd
10
10
11
11
# don't track vendor files from composer
12
- vendor
12
+ vendor /**
13
+ ! vendor /hakasapl /
14
+ ! vendor /hakasapl /phpopenldaper /
15
+ ! vendor /hakasapl /phpopenldaper /**
13
16
composer.lock
14
17
15
18
# don't track site configs
Original file line number Diff line number Diff line change
1
+ [submodule "vendor/hakasapl/phpopenldaper "]
2
+ path = vendor/hakasapl/phpopenldaper
3
+ url = git@github.com:hakasapl/phpopenldaper.git
Original file line number Diff line number Diff line change 2
2
"require" : {
3
3
"psr/log" : " 1.1.4" ,
4
4
"phpseclib/phpseclib" : " 3.0.43" ,
5
- "phpmailer/phpmailer" : " 6.6.4" ,
6
- "hakasapl/phpopenldaper" : " 1.0.6"
5
+ "phpmailer/phpmailer" : " 6.6.4"
7
6
},
8
7
"require-dev" : {
9
8
"phpunit/phpunit" : " <12.1"
Original file line number Diff line number Diff line change 6
6
7
7
// Load Composer Libs
8
8
require_once __DIR__ . "/../vendor/autoload.php " ;
9
+ // submodule
10
+ require_once __DIR__ . "/../vendor/hakasapl/phpopenldaper/src/PHPOpenLDAPer/LDAPEntry.php " ;
11
+ require_once __DIR__ . "/../vendor/hakasapl/phpopenldaper/src/PHPOpenLDAPer/LDAPConn.php " ;
9
12
10
13
// load libs
11
14
require_once __DIR__ . "/lib/UnityLDAP.php " ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
3
require_once __DIR__ . "/../vendor/autoload.php " ;
4
+ // submodule
5
+ require_once __DIR__ . "/../vendor/hakasapl/phpopenldaper/src/PHPOpenLDAPer/LDAPEntry.php " ;
6
+ require_once __DIR__ . "/../vendor/hakasapl/phpopenldaper/src/PHPOpenLDAPer/LDAPConn.php " ;
4
7
5
8
require_once __DIR__ . "/../resources/lib/UnityLDAP.php " ;
6
9
require_once __DIR__ . "/../resources/lib/UnityUser.php " ;
You can’t perform that action at this time.
0 commit comments