Skip to content

Commit

Permalink
Update privacyidea_radius.pm
Browse files Browse the repository at this point in the history
Fehler gewesen...
  • Loading branch information
gkdre234 authored Jul 21, 2021
1 parent aea9402 commit fdaf45e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions privacyidea_radius.pm
Original file line number Diff line number Diff line change
Expand Up @@ -499,8 +499,8 @@ sub authenticate {
my $decoded = $coder->decode($content);
my $message = $decoded->{detail}{message};
if ( $decoded->{result}{value} ) {
&radiusd::radlog( Info, "privacyIDEA access granted" );
$RAD_REPLY{'Reply-Message'} = "privacyIDEA access granted for $params{'user'} realm='$params{'realm'}'";
&radiusd::radlog( Info, "privacyIDEA access granted for $params{'user'} realm='$params{'realm'}'" );
$RAD_REPLY{'Reply-Message'} = "privacyIDEA access granted";
# Add the response hash to the Radius Reply
%RAD_REPLY = ( %RAD_REPLY, mapResponse($decoded));
$g_return = RLM_MODULE_OK;
Expand Down

0 comments on commit fdaf45e

Please sign in to comment.