Skip to content

Commit

Permalink
Merge pull request #2793 from Leantime/ldapDebugFix
Browse files Browse the repository at this point in the history
Ldap debug fix
  • Loading branch information
marcelfolaron authored Nov 18, 2024
2 parents 732b2a2 + cc56f17 commit 4126ff6
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions app/Domain/Ldap/Services/Ldap.php
Original file line number Diff line number Diff line change
Expand Up @@ -263,15 +263,15 @@ public function getSingleUser($username)
Log::debug("LEANTIME: Testing the logging\n");

Log::debug("LEANTIME: >>>Attributes Begin>>>>>>\n");
Log::debug("LEANTIME: fn $firstname", 0);
Log::debug("LEANTIME: sn $lastname", 0);
Log::debug("LEANTIME: phone $phone", 0);
Log::debug("LEANTIME: role $role", 0);
Log::debug("LEANTIME: username $uname ", 0);
Log::debug("LEANTIME: jobTitle $jobTitle ", 0);
Log::debug("LEANTIME: jobLevel $jobLevel ", 0);
Log::debug("LEANTIME: department $department ", 0);
Log::debug("LEANTIME: >>>Attributes End>>>>>>\n", 0);
Log::debug("LEANTIME: fn $firstname");
Log::debug("LEANTIME: sn $lastname");
Log::debug("LEANTIME: phone $phone");
Log::debug("LEANTIME: role $role");
Log::debug("LEANTIME: username $uname ");
Log::debug("LEANTIME: jobTitle $jobTitle ");
Log::debug("LEANTIME: jobLevel $jobLevel ");
Log::debug("LEANTIME: department $department ");
Log::debug("LEANTIME: >>>Attributes End>>>>>>\n");
}

return [
Expand Down

0 comments on commit 4126ff6

Please sign in to comment.