Skip to content

Commit

Permalink
Add link to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
plettich committed Aug 20, 2021
1 parent 4b59e2d commit 93a5572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion privacyidea_radius.pm
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ sub authenticate {
my @p = split(/\0/, $password);
$password = @p[0];
}
# Encode password
# Decode password (from <https://perldoc.perl.org/Encode::Guess#Encode::Guess-%3Eguess($data)>)
my $decoder = Encode::Guess->guess($password);
if ( ! ref($decoder) ) {
radiusd::radlog( Info, "Could not find valid password encoding. Sending password as-is." );
Expand Down

0 comments on commit 93a5572

Please sign in to comment.