authdeny: added standard log prefix
This commit is contained in:
parent
a1c8462557
commit
9059529325
@ -16,9 +16,7 @@ sub hook_auth {
|
|||||||
my ( $self, $transaction, $method, $user, $passClear, $passHash, $ticket ) =
|
my ( $self, $transaction, $method, $user, $passClear, $passHash, $ticket ) =
|
||||||
@_;
|
@_;
|
||||||
|
|
||||||
# $DB::single = 1;
|
$self->log( LOGWARN, "fail: cannot authenticate" );
|
||||||
|
|
||||||
$self->log( LOGWARN, "Cannot authenticate using authdeny" );
|
|
||||||
|
|
||||||
return ( DECLINED, "$user is not free to abuse my relay" );
|
return ( DECLINED, "$user is not free to abuse my relay" );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user