Log more detailed information about Kerberos failures

This commit is contained in:
Maxime Besson 2019-08-07 19:35:35 +02:00
parent ce05b44172
commit 9b24fd02e5

View File

@ -156,6 +156,9 @@ sub extractFormInfo {
);
unless ($status) {
$self->logger->error('Unable to accept security context');
foreach ( $status->generic_message(), $status->specific_message() ) {
$self->logger->error($_);
}
return PE_ERROR;
}
my $client_name;