mirror of
https://github.com/Yubico/yubikey-val.git
synced 2024-11-29 00:24:13 +01:00
Made ykval-munin-responses use /var/log/syslog.
This commit is contained in:
parent
0c609b0c50
commit
8364f7deac
@ -6,7 +6,7 @@ use strict;
|
||||
use warnings;
|
||||
|
||||
my @types = qw/OK BAD_OTP MISSING_PARAMETER BACKEND_ERROR BAD_SIGNATURE DELAYED_OTP NO_SUCH_CLIENT NOT_ENOUGH_ANSWERS REPLAYED_REQUEST REPLAYED_OTP OPERATION_NOT_ALLOWED/;
|
||||
my $logfile = "/var/log/yubikey-val-server-php.log";
|
||||
my $logfile = "/var/log/syslog";
|
||||
|
||||
if(@ARGV > 0) {
|
||||
if($ARGV[0] eq "autoconf") {
|
||||
|
Loading…
Reference in New Issue
Block a user