From fdaf45ec12c93767958d7712768c3f7fdfa1976e Mon Sep 17 00:00:00 2001 From: gkdre234 <71565850+gkdre234@users.noreply.github.com> Date: Wed, 21 Jul 2021 19:20:32 +0200 Subject: [PATCH] Update privacyidea_radius.pm Fehler gewesen... --- privacyidea_radius.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/privacyidea_radius.pm b/privacyidea_radius.pm index ec4f885..8091ce6 100644 --- a/privacyidea_radius.pm +++ b/privacyidea_radius.pm @@ -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;