Skip to content

Commit

Permalink
Fixing #5636 - LDAP Issues with newer PHP versions
Browse files Browse the repository at this point in the history
Cacti 1.2.26 error on LDAP authentication the first time
  • Loading branch information
TheWitness committed Jan 29, 2024
1 parent 4efa477 commit 58b04e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ Cacti CHANGELOG
1.2.27
-issue#5622: Errors and deprecation warnings with PHP 8.3.0
-issue#5629: auth_changepassword.php cannot return to the refer url by just clicking the "Return" button once
-issue#5636: Cacti 1.2.26 error on LDAP authentication the first time
-issue#5638: Add tooltip info about IPv6 address
-issue#5645: Boost poller fail to update rrd which Data Template and Graph Template items do not match
-issue#5648: Fractional time offsets can cause huge webserver error-logs
Expand Down
2 changes: 2 additions & 0 deletions lib/ldap.php
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,8 @@ public static function GetErrorDetails($returnError, $ldapConn = null, $ldapServ
class Ldap {
public $dn;

public $cn;

public $host;

public $username;
Expand Down

0 comments on commit 58b04e5

Please sign in to comment.