diff --git a/plugins/auth/auth_checkpassword b/plugins/auth/auth_checkpassword index 4f4f9a2..28d7894 100644 --- a/plugins/auth/auth_checkpassword +++ b/plugins/auth/auth_checkpassword @@ -124,6 +124,7 @@ sub auth_checkpassword { my $binary = $self->connection->notes('auth_checkpassword_bin'); my $true = $self->connection->notes('auth_checkpassword_true'); + chomp ($binary, $true); my $sudo = get_sudo($binary);