Skip to content

Commit

Permalink
Resolving Issue #2629
Browse files Browse the repository at this point in the history
Authentication bug on Cacti upgrade
  • Loading branch information
cigamit committed Apr 17, 2019
1 parent e0621bf commit a75bca9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Cacti CHANGELOG
-issue#2622: Various PHP undefined variable in database.php
-issue#2623: Invalid HTML when draw textarea: form_text_area
-issue#2627: Lost partial log files name in Logs(tab)->File(filter selector)
-issue#2629: Authentication bug on Cacti upgrade

1.2.3
-issue#1063: Tree View does not display the last item correctly under 'Modern' theme
Expand Down
2 changes: 1 addition & 1 deletion auth_login.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
/* LDAP Auth */
if ($frv_realm == '2' && get_nfilter_request_var('login_password') != '') {
/* include LDAP lib */
include_once('./lib/ldap.php');
include_once(dirname(__FILE__) . '/lib/ldap.php');

/* get user DN */
$ldap_dn_search_response = cacti_ldap_search_dn($username);
Expand Down

0 comments on commit a75bca9

Please sign in to comment.