diff --git a/htdocs/checkpassword.php b/htdocs/checkpassword.php index a84d7ba..5a0e10d 100644 --- a/htdocs/checkpassword.php +++ b/htdocs/checkpassword.php @@ -41,7 +41,7 @@ } if ($audit_log_file) { - auditlog($audit_log_file, $dn, $audit_admin, "checkpassword", $result); + auditlog($audit_log_file, $dn, $audit_admin, "checkpassword", $result, NULL); } header('Location: index.php?page=display&dn='.$dn.'&checkpasswordresult='.$result); diff --git a/htdocs/resetpassword.php b/htdocs/resetpassword.php index dfb34fe..69d2860 100644 --- a/htdocs/resetpassword.php +++ b/htdocs/resetpassword.php @@ -138,7 +138,7 @@ } if ($audit_log_file) { - auditlog($audit_log_file, $dn, $audit_admin, "resetpassword", $result); + auditlog($audit_log_file, $dn, $audit_admin, "resetpassword", $result, NULL); } $location = 'index.php?page=display&dn='.$dn.'&resetpasswordresult='.$result;