Add non-hostile error "Request timed out waiting for client to continue authentication"
This commit is contained in:
@ -104,6 +104,9 @@ sub parser {
|
||||
m/Info: pam\([a-zA-Z0-9@._-]*,($re_host),\<.*\>\): unknown user/gi && do {
|
||||
$host = $1;
|
||||
};
|
||||
} elsif($string =~ m/Request timed out waiting for client to continue authentication/) {
|
||||
$hostile = 0;
|
||||
$reply = 'Timed out during auth';
|
||||
} else {
|
||||
$reply = 'No match for '.$string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user