Skip to content

Commit

Permalink
2.1.27
Browse files Browse the repository at this point in the history
Fix for #2549
  • Loading branch information
nilsteampassnet authored and nilsteampassnet committed Feb 13, 2019
1 parent 910803e commit 946688d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
2.1.27
34/
#2549 Missing library
#2534 Syntax error in share permissions

33/
Expand Down
3 changes: 3 additions & 0 deletions sources/main.functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2573,6 +2573,9 @@ function ldapPosixAndWindows($username, $password, $SETTINGS)
$ldap_suffix = "@".substr(html_entity_decode($username), 0, strpos(html_entity_decode($username), '\\'));
$username = substr(html_entity_decode($username), strpos(html_entity_decode($username), '\\') + 1);
}

//load ClassLoader
include_once $SETTINGS['cpassman_dir'].'/sources/SplClassLoader.php';

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

0 comments on commit 946688d

Please sign in to comment.