Skip to content

Commit dae1025

Browse files
committed
Fixing Cacti#5636 - LDAP Issues with newer PHP versions
Cacti 1.2.26 error on LDAP authentication the first time
1 parent d51a590 commit dae1025

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Cacti CHANGELOG
33
1.2.27
44
-issue#5622: Errors and deprecation warnings with PHP 8.3.0
55
-issue#5629: auth_changepassword.php cannot return to the refer url by just clicking the "Return" button once
6+
-issue#5636: Cacti 1.2.26 error on LDAP authentication the first time
67
-issue#5638: Add tooltip info about IPv6 address
78
-issue#5645: Boost poller fail to update rrd which Data Template and Graph Template items do not match
89
-issue#5648: Fractional time offsets can cause huge webserver error-logs

lib/ldap.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ public static function GetErrorDetails($returnError, $ldapConn = null, $ldapServ
371371

372372
class Ldap {
373373
public $dn;
374+
public $cn;
374375
public $host;
375376
public $username;
376377
public $password;

0 commit comments

Comments
 (0)