[RADIATOR] small patch for AuthYUBIKEYVALIDATIONSERVER.pm
Karl Gaissmaier
karl.gaissmaier at uni-ulm.de
Sat Feb 6 06:52:07 CST 2016
Hi RADIATOR team,
there is a little bug in AuthYUBIKEYVALIDATIONSERVER.
See the applied patch.
Best Regards
Charly Gaissmaier
--- /radiator/build/Radiator-4.16/Radius/AuthYUBIKEYVALIDATIONSERVER.pm
Mi. Apr 16 10:01:29 2014
+++ /tmp/AuthYUBIKEYVALIDATIONSERVER.pm Sa. Feb 6 13:47:59 2016
@@ -106,7 +106,7 @@
# HTTP 200
my $decoded_response = $response->decoded_content;
chomp $decoded_response;
- if ($decoded_response =~ /^OK /)
+ if ($decoded_response =~ /^status=OK/m)
{
$self->log($main::LOG_DEBUG, "YubiKey $method validation
result: $decoded_response");
return ($main::ACCEPT);
More information about the radiator
mailing list