Skip to content

Commit 946688d

Browse files
nilsteampassnetnilsteampassnet
authored andcommitted
2.1.27
Fix for #2549
1 parent 910803e commit 946688d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
2.1.27
22
34/
3+
#2549 Missing library
34
#2534 Syntax error in share permissions
45

56
33/

sources/main.functions.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2573,6 +2573,9 @@ function ldapPosixAndWindows($username, $password, $SETTINGS)
25732573
$ldap_suffix = "@".substr(html_entity_decode($username), 0, strpos(html_entity_decode($username), '\\'));
25742574
$username = substr(html_entity_decode($username), strpos(html_entity_decode($username), '\\') + 1);
25752575
}
2576+
2577+
//load ClassLoader
2578+
include_once $SETTINGS['cpassman_dir'].'/sources/SplClassLoader.php';
25762579

25772580
$adldap = new SplClassLoader('adLDAP', '../includes/libraries/LDAP');
25782581
$adldap->register();

0 commit comments

Comments
 (0)